Regex redirect with wrong output ( ending)
-
Using the Regex redirect option will cause an unwanted %2F being added to the resulting link. How to fix this?
From Regex Match e.g.
.\/(phrase1)\/(phrase2)\/
To Regex
https://test.de/issue/?term=$2
will result in
https://test.de/issue/?term=phrase2%2F
instead of
https://test.de/issue/?term=phrase2
The regex101.com link shows how the substitution should look like.
- This topic was modified 11 months, 2 weeks ago by .
- This topic was modified 11 months, 2 weeks ago by .
The page I need help with: [log in to see the link]
- The topic ‘Regex redirect with wrong output ( ending)’ is closed to new replies.