Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_actions | /{_locale}/actions | Path does not match |
| 2 | app_actions_add | /{_locale}/actions/add | Path does not match |
| 3 | app_actions_edit | /{_locale}/actions/edit/{id} | Path does not match |
| 4 | app_actions_delete | /{_locale}/actions/delete/{id} | Path does not match |
| 5 | ads_list | /back/office/ads/list | Path does not match |
| 6 | ads_new | /back/office/ads/new | Path does not match |
| 7 | ads_create | /back/office/ads/create | Path does not match |
| 8 | ads_edit | /back/office/ads/edit/{id} | Path does not match |
| 9 | app_back_office_assign_roles | /{_locale}/back/office/assign/roles-permissions/list | Path does not match |
| 10 | app_back_office_assign_roles_edit | /{_locale}/back/office/assign/roles-permissions/edit | Path does not match |
| 11 | app_back_office_assign_roles_delete | /{_locale}/back/office/assign/roles-permissions/delete | Path does not match |
| 12 | app_dashboard | /{_locale}/dashboard | Path does not match |
| 13 | app_dashboard_add | /{_locale}/dashboard/add | Path does not match |
| 14 | app_dashboard_edit | /{_locale}/dashboard/edit/{id} | Path does not match |
| 15 | app_dashboard_delete | /{_locale}/dashboard/delete/{id} | Path does not match |
| 16 | app_parameter_fonctionnalités | /{_locale}/parameter/feature | Path does not match |
| 17 | app_parameter_feature_add | /{_locale}/parameter/feature/add | Path does not match |
| 18 | app_parameter_feature_edit | /{_locale}/parameter/feature/edit/{id} | Path does not match |
| 19 | app_parameter_feature_delete | /{_locale}/parameter/feature/delete/{id} | Path does not match |
| 20 | app_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.