Redirects with Quary Args not working
-
I have set up a redirect for a page which has query args in the url like:
link.com/old-page/?search_keyword=abc
to
link.com/new-page/?search_keyword=abc
with the redirect set as
/old-page/(.*)
to
/new-page/$1
This is not working on SEOpress but works with a different redirection plugin, a bug or I missed anything? I did enable regex
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirects with Quary Args not working’ is closed to new replies.