Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | app_contact_index | /contact/ | Path does not match |
2 | app_contact_new | /contact/new | Path does not match |
3 | app_contact_show | /contact/{id} | Path does not match |
4 | app_contact_edit | /contact/{id}/edit | Path does not match |
5 | app_contact_delete | /contact/{id} | Path does not match |
6 | app_dev | /dev | Path does not match |
7 | app_evenement_index | /evenement/ | Path does not match |
8 | app_evenement_new | /evenement/new | Path does not match |
9 | app_evenement_show | /evenement/{id} | Path does not match |
10 | app_evenement_edit | /evenement/{id}/edit | Path does not match |
11 | app_compte_rendu_new | /evenement/{id}/cr | Path does not match |
12 | app_compte_rendu | /evenement/{id}/compte_rendu | Path does not match |
13 | annonces_delete_image | /evenement/supprime/image/{id} | Path does not match |
14 | app_evenement_delete | /evenement/{id} | Path does not match |
15 | app_home | / | Path does not match |
16 | app_home_aut | /{code}/home | Path does not match |
17 | app_liste_attente_index | /liste/attente/ | Path does not match |
18 | app_liste_attente_new | /liste/attente/new | Path does not match |
19 | app_liste_attente_show | /liste/attente/{id} | Path does not match |
20 | app_liste_attente_edit | /liste/attente/{id}/edit | Path does not match |
21 | app_liste_attente_delete | /liste/attente/{id} | Path does not match |
22 | app_login | /login | Path does not match |
23 | app_logout | /logout | Path does not match |
24 | app_register | /register | Path does not match |
25 | app_verify_email | /verify/email | Path does not match |
26 | app_reservation_index | /reservation/ | Path does not match |
27 | app_reservation_export | /reservation/export | Path does not match |
28 | app_reservation_attente_index | /reservation/liste_attente | Path does not match |
29 | app_reservation_new | /reservation/{id}_{res}/new | Path does not match |
30 | app_chambre | /reservation/{id}/chambre | Path does not match |
31 | app_rmListEv | /reservation/{id}/rmListEv | Path does not match |
32 | app_rmListHeb | /reservation/{id}/rmListHeb | Path does not match |
33 | app_paiement | /reservation/{id}/paiement | Path does not match |
34 | app_reservation_show | /reservation/{id} | Path does not match |
35 | app_reservation_edit | /reservation/{id}-{res}/edit | Path does not match |
36 | app_reservation_delete_hebergement | /reservation/{id}/del_heb | Path does not match |
37 | app_reservation_delete | /reservation/{id} | Path does not match |
38 | ajax_reservation | /reservation/ajax/reservation | Path does not match |
39 | ajax_paiement | /reservation/ajax/paiement | Path does not match |
40 | app_forgot_password_request | /reset-password | Path does not match |
41 | app_check_email | /reset-password/check-email | Path does not match |
42 | app_reset_password | /reset-password/reset/{token} | Path does not match |
43 | app_user_index | /user/ | Path does not match |
44 | app_user_new | /user/new | Path does not match |
45 | app_user_show | /user/{id} | Path does not match |
46 | app_user_edit | /user/{id}/edit | Path does not match |
47 | app_user_delete | /user/{id} | Path does not match |
48 | _preview_error | /_error/{code}.{_format} | Path does not match |
49 | _wdt | /_wdt/{token} | Path does not match |
50 | _profiler_home | /_profiler/ | Path does not match |
51 | _profiler_search | /_profiler/search | Path does not match |
52 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
53 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
54 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
55 | _profiler_open_file | /_profiler/open | Path does not match |
56 | _profiler | /_profiler/{token} | Path does not match |
57 | _profiler_router | /_profiler/{token}/router | Path does not match |
58 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
59 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.