Routing
frontend_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/verification-age/
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | frontend_age_verification_index | /verification-age/ | Path does not match |
2 | frontend_age_verification_ok | /verification-age/ok | Path does not match |
3 | frontend_age_verification_nok | /verification-age/nok | Path does not match |
4 | frontend_profile | /infos | Path does not match |
5 | frontend_change_password | /infos/modifier-mon-mot-de-passe | Path does not match |
6 | frontend_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.