Routing
app_proviso
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_contact.fr | /contact | Path does not match |
2 | app_contact.en | /en/contact | Path does not match |
3 | app_dj.fr | /dj | Path does not match |
4 | app_dj.en | /en/dj | Path does not match |
5 | app_home.fr | /home | Path does not match |
6 | app_home.en | /en/home | Path does not match |
7 | app_proviso.fr | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.