markus_blue_tomato Posted April 14, 2021 Share Posted April 14, 2021 I have a page with multilanguage support. Processwire always redirects to the default language if no language is in the URL-path. E.g. /my-page/ --> /en/my-page/ But when I have a querystring in the URL, the whole querystring is lost: /my-page/?search=xyz --> /en/my-page/ How can I solve this? I didn't find anything regarding language URL redirects in the .htaccess Link to comment Share on other sites More sharing options...
Robin S Posted April 14, 2021 Share Posted April 14, 2021 Not a solution, but for an explanation of why querystrings are not retained in automatic redirects see Ryan's comments in these GitHub issues:https://github.com/processwire/processwire-issues/issues/636https://github.com/processwire/processwire-issues/issues/77https://github.com/processwire/processwire-issues/issues/1140 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now