Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Please read this post:
https://groups.google.com/d/msg/symfony2/uRoYVaczJWI/NQgYt6m2mY0J
The text was updated successfully, but these errors were encountered:
Would be partly solved by #5424. But
default local: en www.example.com/posts -> working www.example.com/en/posts -> this URL is lost
you don't want both to resolve because it means duplicate content. So /en/posts should instead redirect to /posts.
/en/posts
/posts
Sorry, something went wrong.
Closing as having two urls for the same thing is not best practice.
No branches or pull requests
Please read this post:
https://groups.google.com/d/msg/symfony2/uRoYVaczJWI/NQgYt6m2mY0J
The text was updated successfully, but these errors were encountered: