Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilingual redirection looses the query part of an URL #18

Open
twiro opened this issue Nov 23, 2017 · 0 comments
Open

Multilingual redirection looses the query part of an URL #18

twiro opened this issue Nov 23, 2017 · 0 comments
Assignees
Milestone

Comments

@twiro
Copy link
Owner

twiro commented Nov 23, 2017

When "Multilingual Redirect" is activated the url query string is lost in the redirection process:

For Example domain.com/page/?param=value gets redirected to domain/en/page/. This should instead properly redirect to domain.com/en/page/?param=value.

This also needs to be solved for the alternate redirection methods, so that domain.com/page/?param=value could also redirect to domain.com/page/?language=en&param=value

@twiro twiro added the bug label Nov 23, 2017
@twiro twiro added this to the 2.0.0 milestone Nov 23, 2017
@twiro twiro self-assigned this Nov 23, 2017
twiro added a commit that referenced this issue Nov 23, 2017
check url for a query string and – if it exists – re-attach it to the
redirect-location.

Fixes #18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant