[ad_1]
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
