Redirect Page with new Query String
-
Hello,
I am having difficulty redirecting URLs of web pages with query strings. Both the URL has change and the name of the query string. See below for an example.
OLD URL
http://saveplants.org/plant-detail-page/?plant_id=3NEW URL
http://saveplants.org/national-collection/plant-search/plant-profile/?CPCNum=3I have tried the following configuration in the redirection, but it does not seem to work:
/plant-detail-page/?plant_id=(.*)
/national-collection/plant-search/plant-profile/?CPCNum=(.*)Does any one see what I might be obviously overlooking?
Thanks!
The page I need help with: [log in to see the link]
The topic ‘Redirect Page with new Query String’ is closed to new replies.