URL Redirection with params
-
How can I redirect URL with params? I tried like this:
Old URL = /news
New URL = /blog
Redirect Type = Temporary
Regular Expression = Plain TextIt work if I open
site.web/news
, but it doesn’t work if I opensite.web/news?fbid=1
or something like that has parameters.How can I if open
site.web/news?fbid=1
orsite.web/news/?fbid=1
will redirect tosite.web/blog?fbid=1
, with a note that the parameters will be dynamic and carried over to the new URL.I hope this feature dan be more complex like other plugins*.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘URL Redirection with params’ is closed to new replies.