Routing
app_contactus
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contact
# | Route name | Path | Log |
---|---|---|---|
1 | app_about_us_fo | /aboutus/ | Path does not match |
2 | app_about_us_index | /back_office/aboutus/ | Path does not match |
3 | app_about_us_new | /back_office/aboutus/new | Path does not match |
4 | app_about_us_show | /back_office/aboutus/{id} | Path does not match |
5 | app_about_us_edit | /back_office/aboutus/{id}/edit | Path does not match |
6 | app_about_us_delete | /back_office/aboutus/{id} | Path does not match |
7 | app_accueil | / | Path does not match |
8 | app_access_denied | /access_denied | Path does not match |
9 | app_config_params | /back_office/configuration/params | Path does not match |
10 | inspirez-vous | /inspirez-vous | Path does not match |
11 | app_recherche | /recherche | Path does not match |
12 | contactez-nous | /contactez-nous | Path does not match |
13 | app_address_fo | /addresses/ | Path does not match |
14 | app_address_index | /back_office/address/ | Path does not match |
15 | app_address_new | /back_office/address/new | Path does not match |
16 | app_address_show | /back_office/address/{id} | Path does not match |
17 | app_address_edit | /back_office/address/{id}/edit | Path does not match |
18 | app_address_delete | /back_office/address/{id} | Path does not match |
19 | app_all_products | /boutique | Path does not match |
20 | app_produit_cat | /product_category | Path does not match |
21 | app_cat_produits_list | /product_category/{id}/{idSc} | Path does not match |
22 | app_sscategory_list | /cat_sscategory/{id} | Path does not match |
23 | app_cat_produits_list_detail | /product_category/{catId}/product/{prodId} | Path does not match |
24 | app_menu_artisanat | /artisanat | Path does not match |
25 | app_back_office | /back_office | Path does not match |
26 | app_menu_index | /back_office/menu_index | Path does not match |
27 | app_menu_update | /back_office/{id}/update_menu | Path does not match |
28 | app_sous_menu_index | /back_office/sous_menu_index | Path does not match |
29 | app_sous_menu_delete_images | /back_office/{id}/delete_images | Path does not match |
30 | app_sous_menu_update | /back_office/{id}/update_sousmenu | Path does not match |
31 | app_sous_menu_new | /back_office/new_sous_menu | Path does not match |
32 | app_banniere_index | /back_office/banniere_index | Path does not match |
33 | app_banniere_new | /back_office/new_banniere | Path does not match |
34 | app_banniere_update | /back_office/{id}/update_banniere | Path does not match |
35 | app_video_index | /back_office/video_index | Path does not match |
36 | app_video_new | /back_office/new_video | Path does not match |
37 | app_video_update | /back_office/{id}/update_video | Path does not match |
38 | app_video_delete | /back_office/{id} | Path does not match |
39 | app_categorie_index | /back_office/categorie/ | Path does not match |
40 | app_categorie_new | /back_office/categorie/new | Path does not match |
41 | app_categorie_edit | /back_office/categorie/{id}/edit | Path does not match |
42 | app_categorie_delete | /back_office/categorie/{id} | Path does not match |
43 | app_menu_coffrets | /coffrets | Path does not match |
44 | app_contactus | /contact | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.