query string syntax
-
I would like to be able to pass a query string from 301 redirect /page-1/ to /page-2/ where i don’t know the param value in advance.
Example (that works if i put the full url in the to field)
http://www.example.com/page-1/?uid=123 TO http://www.example.com/page-2/?uid=123
What i need is to pass the query string for any UID that i don’t know in advance. so
http://www.example.com/page-1/ (with any query string) redirects to maintaining the query string
http://www.example.com/page-2/hope that makes sense.
The topic ‘query string syntax’ is closed to new replies.