Remove Query String from URL on Redirect - Redirection Plugin
I am trying to remove the query string from my URLs when I redirect them but it is preserving them. I can't get the regex right.
Also, I have multiple templates that redirect to different urls so I can't just use .*
after howto.php
.htaccess
is not an option in this case so I must figure out how to do this in the Redirection plugin
I want /templates/howto.php?page=template-business-plan
to go to
/business-plan
but i keep getting /business-plan?page=template-business-plan
Topic query-string url-rewriting redirect Wordpress
Category Web