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
Hi,
maybe I doing it wrong or there's a Bug. I'm using COntao 4.13.
I wanna do a rewrite like this domain.tld/news/123?bli=1&bla=2 → domain.tld/news-reader/456?bli=1&bla=2
My settings:
Type: basic Hosts restriction: domain.tld Path restriction: /news/123{wildcard} Requirements: [wildcard => .*] Response code: 301 Moved Permanently Response redirect URL: https://domain.tld/news-reader/456{wildcard}
Result: The rewrite works but the query strings are gone. https://domain.tld/news-reader/456
The text was updated successfully, but these errors were encountered:
As far as I know there is no option of keeping all query parameters as is. That's not possible imho.
Sorry, something went wrong.
There is a keepQueryParams option that has been added in Symfony 4.1: symfony/symfony#26281
keepQueryParams
No branches or pull requests
Hi,
maybe I doing it wrong or there's a Bug.
I'm using COntao 4.13.
I wanna do a rewrite like this
domain.tld/news/123?bli=1&bla=2 → domain.tld/news-reader/456?bli=1&bla=2
My settings:
Type: basic
Hosts restriction: domain.tld
Path restriction: /news/123{wildcard}
Requirements: [wildcard => .*]
Response code: 301 Moved Permanently
Response redirect URL: https://domain.tld/news-reader/456{wildcard}
Result:
The rewrite works but the query strings are gone.
https://domain.tld/news-reader/456
The text was updated successfully, but these errors were encountered: