Routing
app_home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin.fr | /admin | Path does not match |
| 2 | app_admin.en | /en/admin | Path does not match |
| 3 | app_admin_homePage.fr | /admin/homePage | Path does not match |
| 4 | app_admin_homePage.en | /en/admin/homePage | Path does not match |
| 5 | app_admin_media.fr | /admin/media | Path does not match |
| 6 | app_admin_media.en | /en/admin/media | Path does not match |
| 7 | app_adminUser_validation.fr | /admin/UserValidation/{action}/{id} | Path does not match |
| 8 | app_adminUser_validation.en | /en/admin/UserValidation/{action}/{id} | Path does not match |
| 9 | app_adminUser_list.fr | /admin/User/{action}/{id} | Path does not match |
| 10 | app_adminUser_list.en | /en/admin/User/{action}/{id} | Path does not match |
| 11 | app_adminUser_admin.fr | /admin/UserAdministrateur/ | Path does not match |
| 12 | app_adminUser_admin.en | /en/admin/UserAdministrateur/ | Path does not match |
| 13 | app_admin_categories.fr | /admin/categories/{action}/{id} | Path does not match |
| 14 | app_admin_categories.en | /en/admin/categories/{action}/{id} | Path does not match |
| 15 | app_admin_filter.fr | /admin/filter | Path does not match |
| 16 | app_admin_filter.en | /en/admin/filter | Path does not match |
| 17 | app_admin_down.fr | /admin/down | Path does not match |
| 18 | app_admin_down.en | /en/admin/down | Path does not match |
| 19 | app_api_showMedia.fr | /api/showMedia/{ref}/{token} | Path does not match |
| 20 | app_api_showMedia.en | /en/api/showMedia/{ref}/{token} | Path does not match |
| 21 | app_api_likeMedia.fr | /api/likeMedia/{ref}/{token} | Path does not match |
| 22 | app_api_likeMedia.en | /en/api/likeMedia/{ref}/{token} | Path does not match |
| 23 | app_media_down.fr | /api/mediaDown/{ref}/{token}/{down} | Path does not match |
| 24 | app_media_down.en | /en/api/mediaDown/{ref}/{token}/{down} | Path does not match |
| 25 | app_api_mail_recap.fr | /api/mediaMailRecap/{user}/{token} | Path does not match |
| 26 | app_api_mail_recap.en | /en/api/mediaMailRecap/{user}/{token} | Path does not match |
| 27 | app_categories.fr | /categories | Path does not match |
| 28 | app_categories.en | /en/categories | Path does not match |
| 29 | app_cfe_cgv.fr | /cfecgv | Path does not match |
| 30 | app_cfe_cgv.en | /en/cfecgv | Path does not match |
| 31 | app_home.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.