Redirect a page keeping the query string parameters
-
Hello!
I want to do a simple task, still, I have not found an answer unfortunately.
To put it simple, I want to redirect from:
http://www.example.com/me/JohnK
TO:
http://www.example.com/me?n=JohnKHow could I do that?
I’ve tried writing an .htaccess rule but it didn’t work properly.
Any help or opinion would be more than welcome.
Thanks!Edit:
Not sure if it’s useful info but the /me/ page is a new custom template I’ve created in an existing WordPress installation.Edit 2:
I’ve tried using different plugins found around but none had the option to keep the parameters in the link. All had the only option to redirect from an exact link to another exact one.
The topic ‘Redirect a page keeping the query string parameters’ is closed to new replies.