Conversation
supportTrying to redirect /some-page?X=5 from URL /some-page* to URL /some-other-page/ query string is still present when you land on /some-other-page/?X=5 how do I remove the query string?
I have also tried from: /some-page?X=5 to: /some-other-page/ the old system was no WP, all pages had query strings for finding the page, this needs to be removed on the new site.
I have also tried from: /some-page?X=5 to: /some-other-page/ the old system was no WP, all pages had query strings for finding the page, this needs to be removed on the new site.