Regexp redirect, how to discard query string
-
With this setup:
Source url:
^/foo.html
Target url:/
This url
/foo.html?bar=baz
redirects to/?bar=baz
I’d like it to redirect here:/
Changing Target url to/?
as I used doing in .htaccess to force an empty query string is no go.Redirect’s options does not contemplate query params options when in regexp mode.
Am I missing anything?
Thank you.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- You must be logged in to reply to this topic.