We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I set 'appendMissingSlash' => 'ifNotFile,redirect', the query strings will be stripped off the redirection.
'appendMissingSlash' => 'ifNotFile,redirect',
For example:
https://www.domain.com/de?test=test will be redirected to https://www.domain.com/de/
Is there any way to tell RealURL to reapply these query strings after redirection?
The text was updated successfully, but these errors were encountered:
Not confirmed:
$ curl -I https://extensions87.ddev.site/home?a=1 HTTP/1.1 301 TYPO3 RealURL redirect Server: nginx/1.17.0 Date: Sat, 25 Apr 2020 13:03:19 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 0 Connection: keep-alive X-TYPO3-RealURL-Info: redirect for missing slash Location: https://extensions87.ddev.site/home/?a=1
Please, try with the recent realurl version.
Sorry, something went wrong.
No branches or pull requests
If I set
'appendMissingSlash' => 'ifNotFile,redirect',
the query strings will be stripped off the redirection.For example:
https://www.domain.com/de?test=test will be redirected to https://www.domain.com/de/
Is there any way to tell RealURL to reapply these query strings after redirection?
The text was updated successfully, but these errors were encountered: