External Publication
Visit Post

Add-ons • Re: How to redirect URL with Modify HTTP Response

Pale Moon forum - Forum index [Unofficial] March 8, 2026
Source

I managed to fic to some extent by hit and try method, so now the url https://www.reddit.com/r/counterstrike/ ... back_then/ changed to https://old.reddit.com/r/counterstrike% ... ck_then%2F

the /r/ after the old.reddit.com is now ok but the rest of the link still has %2f (the equivalent of / i guess)

the codes i used is:

Redirect: ^https://www\\.reddit\\.com/r/(.*) to https://old.reddit.com/r/$1 Example: https://www.reddit.com/r/Windows11 becomes https://old.reddit.com/r/Windows11

can we you make it better by elimination all "%2f" , s i recall this is due to non unicoode stuff??


Discussion in the ATmosphere

Loading comments...