https://www.nosrichesses.com/

Routing

app_home Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 app_actualites_index /actualites/actualites Path does not match
2 app_actualites_new /actualites/new Path does not match
3 app_actualites_desactive_status /actualites/actualites/{id}/desactive-status Path does not match
4 app_actualites_active_status /actualites/actualites/{id}/active-status Path does not match
5 app_actualites_edit /actualitesactualites/edit/{id}/ Path does not match
6 app_actualites_delete /actualitesactualites/supprimer/{id} Path does not match
7 account_address /compte/adresses Path does not match
8 account_address_new /compte/adresses/ajouter Path does not match
9 account_address_update /compte/adresses/modifier/{id} Path does not match
10 account_address_delete /compte/adresses/supprimer/{id} Path does not match
11 app_agenda_index /admin/agenda Path does not match
12 app_agenda_desactive_status /admin/agenda/{id}/desactive-status Path does not match
13 app_agenda_active_status /admin/agenda/{id}/active-status Path does not match
14 app_agenda_new /admin/agenda/new Path does not match
15 app_agenda_edit /admin/agenda/edit/{id} Path does not match
16 app_agenda_delete /admin/agenda/supprimer/{id} Path does not match
17 app_annonces_index /annonces/annonces Path does not match
18 app_annonces_desactive_status /annoncesannonces/{id}/desactive-status Path does not match
19 app_annonces_active_status /annoncesannonces/{id}/active-status Path does not match
20 app_annonces_new /annonces/new Path does not match
21 app_annonces_edit /annoncesannonces/edit/{id}/ Path does not match
22 app_annonces_delete /annoncesannonces/supprimer/{id} Path does not match
23 cart_index /mon-panier Path does not match
24 cart_add /mon-panier/add/{id} Path does not match
25 cart_decrease /mon-panier/decrease/{id} Path does not match
26 cart_remove /mon-panier/remove/{id} Path does not match
27 cart_removeAll /mon-panier/removeAll Path does not match
28 app_category_index /category/category Path does not match
29 app_category_new /category/new Path does not match
30 app_category_edit /categorycategory/edit/{id}/ Path does not match
31 app_category_delete /categorycategory/supprimer/{id} Path does not match
32 app_event_index /event/ Path does not match
33 app_event_new /event/new Path does not match
34 app_event_show /event/{id} Path does not match
35 app_event_edit /event/{id}/edit Path does not match
36 app_event_delete /event/{id} Path does not match
37 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.