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
Only default language pages are shown. After clicking on the flag to get translated version 404 is shown. Redirect default route is set to false…
seems like redirects are without the lang code in 1.6.5. hence 404....
The text was updated successfully, but these errors were encountered:
Ugg I know exactly what this is. Fixed one issue and caused this. I’ll get you a temp fix shortly...
Sorry, something went wrong.
Line 81 of system/src/Grav/Common/Service/PagesServicesProvider.php change that if statement to:
system/src/Grav/Common/Service/PagesServicesProvider.php
// Default route test and redirect if ($config->get('system.pages.redirect_default_route') && $page->route() !== $path) { $c->redirect($url); }
This was the old functionality. I'm just going to roll back my fix as the other issue was pretty obscure, and this one is much more common.
Roll back redirect_default_route fix as it has issues with multilang #…
44ecd61
…2459
fixed in develop also
No branches or pull requests
Only default language pages are shown. After clicking on the flag to get translated version 404 is shown. Redirect default route is set to false…
seems like redirects are without the lang code in 1.6.5. hence 404....
The text was updated successfully, but these errors were encountered: