Redirect rule with query params on both sides
Trying to create a redirect rule for (example)
domain.com/mypath
that redirects to domain.com?urlparam=value
. this by itself works great, but if I add a query param onto /mypath
, it does not append to the redirected url properly. It appends it using ?
instead of &
I've tried with and without "preserve query string"0 Replies