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¶m=value
When "Multilingual Redirect" is activated the url query string is lost in the redirection process:
For Example
domain.com/page/?param=valuegets redirected todomain/en/page/. This should instead properly redirect todomain.com/en/page/?param=value.This also needs to be solved for the alternate redirection methods, so that
domain.com/page/?param=valuecould also redirect todomain.com/page/?language=en¶m=value