Routing
index_page_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | page_activites | /activites | Path does not match |
| 2 | page_nos_actualites | /nos-articles | Path does not match |
| 3 | page_localite | /localites | Path does not match |
| 4 | page_details_localite | /localite/{slug} | Path does not match |
| 5 | page_nos_produits | /nos-produits | Path does not match |
| 6 | bons_cadeaux | /bons-cadeaux | Path does not match |
| 7 | recrutement | /recrutement | Path does not match |
| 8 | page_partenaire | /partenaires | Path does not match |
| 9 | page_detail_partenaire | /partenaire/{slug} | Path does not match |
| 10 | app_login_client | /espace-client/login | Path does not match |
| 11 | forget_password | /espace-client/forget-password | Path does not match |
| 12 | reset_password | /espace-client/reset-password/{token} | Path does not match |
| 13 | app_inscription_client | /espace-client/inscription | Path does not match |
| 14 | app_logout_client | /espace-client/logout | Path does not match |
| 15 | page_search | /search | Path does not match |
| 16 | admin_redirect | /console/ | Path does not match |
| 17 | cart_index | /panier | Path does not match |
| 18 | cart_content | /panier/content | Path does not match |
| 19 | cart_add | /panier/add/{id}/{qte} | Path does not match |
| 20 | cart_update | /panier/update/{id}/{qte} | Path does not match |
| 21 | cart_remove | /panier/remove/{id} | Path does not match |
| 22 | index_page_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.