You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app_home:
path: /
controller: FrameworkBundle:Redirect:redirect
options: { i18n: false }
defaults:
route: homepage
permanent: true
this fix redirect the / path to homepage route and every shoud be works fine !
Hi,
From Symfony 3.4.7 if there is no routing "/", it shows a warning index instead of my index.
The issue is that this module convert internally "/" in "/en/", "/es/", "/de/", etc... as you can with "php bin/console debug:router".
How can we solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered: