Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | access_liste | /acces | Path does not match |
2 | access_edit | /acces/edit/{access} | Path does not match |
3 | access_create | /acces/new | Path does not match |
4 | access_delete | /access/delete/{access} | Path does not match |
5 | catering_liste | /catering | Path does not match |
6 | catering_edit | /catering/edit/{catering} | Path does not match |
7 | catering_create | /catering/new | Path does not match |
8 | catering_delete | /catering/delete/{catering} | Path does not match |
9 | event_day_liste | /event_day | Path does not match |
10 | event_day_edit | /event_day/edit/{event_day} | Path does not match |
11 | event_day_create | /event_day/new | Path does not match |
12 | event_day_delete | /event_day/delete/{event_day} | Path does not match |
13 | members | /members/{user} | Path does not match |
14 | members_data | /members/liste-data/{user} | Path does not match |
15 | members_data_json | /members/liste-data-json/{user} | Path does not match |
16 | member_edit | /members/edit/{member} | Path does not match |
17 | member_create | /members/{user}/new | Path does not match |
18 | member_delete | /members/delete/{member} | Path does not match |
19 | member_print | /members/print/{member} | Path does not match |
20 | member_duplicate | /members/duplicate/{member} | Path does not match |
21 | member_selection_print | /members/print-selection/ | Path does not match |
22 | member_selection_delete | /members/delete-selection/ | Path does not match |
23 | user_create | /user/new | Path does not match |
24 | user_edit | /user/{id}/edit | Path does not match |
25 | society_create | /user/new-society | Path does not match |
26 | user_new_password | /user/{id}/new_password | Path does not match |
27 | user_reset_password | /reset-password | Path does not match |
28 | security_login | /login | Path does not match |
29 | security_forget_password | /forget-password | Path does not match |
30 | security_new_registration | /new-registration | Path does not match |
31 | dashboard | / | Path does not match |
32 | security_logout | /logout | Path does not match |
33 | user_admin_liste | /user/{role}/liste | Path does not match |
34 | user_delete | /user/{role}/delete/{user} | Path does not match |
35 | weez_event | /weezevent | Path does not match |
36 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
37 | _wdt | /_wdt/{token} | Path does not match |
38 | _profiler_home | /_profiler/ | Path does not match |
39 | _profiler_search | /_profiler/search | Path does not match |
40 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
41 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
42 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
43 | _profiler_open_file | /_profiler/open | Path does not match |
44 | _profiler | /_profiler/{token} | Path does not match |
45 | _profiler_router | /_profiler/{token}/router | Path does not match |
46 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
47 | _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.