Skip to content

Multilingual redirection looses the query part of an URL #18

@twiro

Description

@twiro

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

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions