Redirect from one query string to another while maintaining param value
-
I’m having trouble setting this up using regex, any help will be greatly appreciated.
Source:
https://somedomain.com/somepage.aspx?someparam=123Target:
https://otherdomain.com/otherpage?otherparam=123Query param value will vary and should be carried over to target URL, e.g.:
somepage.aspx?someparam=XXX => otherpage?otherparam=XXX
somepage.aspx?someparam=ZZZ => otherpage?otherparam=ZZZ
and so on.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirect from one query string to another while maintaining param value’ is closed to new replies.