Remove query string on redirect
-
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
I want /templates/howto.php?page=template-business-plan
to go to
/business-plan
but i keep getting /business-plan?page=template-business-plan
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove query string on redirect’ is closed to new replies.