Routing
app_home_redirect
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_agence_add | /admin/agence/add | Path does not match |
| 2 | app_agence_edit | /admin/agence/edit/{id} | Path does not match |
| 3 | app_agence_delete | /admin/agence/delete/{id} | Path does not match |
| 4 | app_banner | /admin/banner/handle | Path does not match |
| 5 | app_banner_edit | /admin/banner/edit/{id} | Path does not match |
| 6 | app_banner_activate | /admin/banner/activate/{id} | Path does not match |
| 7 | app_banner_desactivate | /admin/banner/desactivate/{id} | Path does not match |
| 8 | app_banner_delete | /admin/banner/delete/{id} | Path does not match |
| 9 | app_mark_add | /admin/mark/add | Path does not match |
| 10 | app_mark_edit | /admin/mark/edit/{id} | Path does not match |
| 11 | app_mark_delete | /admin/mark/delete/{id} | Path does not match |
| 12 | app_canceled_order | /admin/canceled/order | Path does not match |
| 13 | app_category_add | /admin/category/add | Path does not match |
| 14 | app_category_edit | /admin/category/edit/{id} | Path does not match |
| 15 | app_category_delete | /admin/category/delete/{id} | Path does not match |
| 16 | app_cgu | /admin/cgu | Path does not match |
| 17 | app_change_admin_password | /admin/change/password | Path does not match |
| 18 | app_change_admin_info | /admin/change/info | Path does not match |
| 19 | app_connect | /admin/connect | Path does not match |
| 20 | app_connect_initialize | /admin/connect/initialize/{msisdn} | Path does not match |
| 21 | app_ConsommationAvantage | /admin/ConsommationAvantage | Path does not match |
| 22 | app_consommationAvantage_list | /admin/ConsommationAvantage/list | Path does not match |
| 23 | app_ConsommationAvantage_edit | /admin/ConsommationAvantage/edit/{id} | Path does not match |
| 24 | app_ConsommationAvantage_delete | /admin/ConsommationAvantage/delete/{id} | Path does not match |
| 25 | app_contact | /admin/contact | Path does not match |
| 26 | app_contact_trait | /admin/contact/trait/{id} | Path does not match |
| 27 | app_contact_edit | /admin/contact/edit/{id} | Path does not match |
| 28 | app_faq | /admin/faq | Path does not match |
| 29 | app_faq_list | /admin/faq/list | Path does not match |
| 30 | app_faq_edit | /admin/faq/edit/{id} | Path does not match |
| 31 | app_faq_delete | /admin/faq/delete/{id} | Path does not match |
| 32 | app_home | /admin/ | Path does not match |
| 33 | app_home_redirect | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.