Append URL param to redirected URL via Redirect rule
Gipdy_Danger
0
Reputation points
Hi, lets say I have a domain: abc.com which I want to redirect to different domain: xyz.com.
I understand that 308 redirect URL rule will make this possible. However, how can I redirect a request by not only preserving the query string, but also append an additional query param using the redirect rules?
For Example: Redirect from abc.com/?param1=value1 to xyz.com/?param1=value1¶m2=value2
Sign in to answer