-
Hi,
I want to remove hexcode characters from the URL and redirect it to URL without hexcode.
For example:
I want to redirect the below URL:
https://examplesite.com/this-is-%e2%80%8burl-or-slug/
to
https://examplesite.com/this-is-url-or-slug/
I tried the REGEX to remove hexcode characters and it perfectly matches, but when I implement it in .htaccess and using RankMath Redirection it doesn’t work.
Here is the link to the REGEXP – https://regex101.com/r/Qa1b90/1
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this ticket.