Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | app_cra | /cra | Path does not match |
2 | app_cra_edit | /craupdate | Path does not match |
3 | app_multi_cra | /cramulti | Path does not match |
4 | app_cra_message | /cramessage | Path does not match |
5 | app_cra_validation | /cra/validation | Path does not match |
6 | app_cra_validate | /cravalidate/{id} | Path does not match |
7 | app_cra_validate_request | /cravalidaterequest | Path does not match |
8 | app_fin_mission | /fin/mission | Path does not match |
9 | app_fin_mission_user | /fin/mission/user/{id} | Path does not match |
10 | app_fin_mission_create | /fin/create/user/{id} | Path does not match |
11 | app_fin_mission_delete | /fin/delete/user/{id} | Path does not match |
12 | app_holidays | /holidays | Path does not match |
13 | app_holidays_edit | /holidaysedit/{id} | Path does not match |
14 | app_holidays_delete | /holidaysdelete/{id} | Path does not match |
15 | app_labels | /labels | Path does not match |
16 | app_labels_edit | /labeledit/{id} | Path does not match |
17 | app_labels_delete | /labeldelete/{id} | Path does not match |
18 | app_byuser_labels | /labeladd | Path does not match |
19 | app_roles | /roles | Path does not match |
20 | app_roles_edit | /roleedit/{id} | Path does not match |
21 | app_roles_delete | /roledelete/{id} | Path does not match |
22 | app_users_inscription | /usersinscription/{id} | Path does not match |
23 | app_users_delete | /usersdelete/{id} | Path does not match |
24 | app_login_forgot_pass | /forgotten-password | Path does not match |
25 | send_password_forgot | /send-password-forgot | Path does not match |
26 | renew_password | /renew-password | Path does not match |
27 | app_login | /login | Path does not match |
28 | app_logout | /logout | Path does not match |
29 | app_users | /users | Path does not match |
30 | app_users_view | /usersview/{id} | Path does not match |
31 | _preview_error | /_error/{code}.{_format} | Path does not match |
32 | _wdt | /_wdt/{token} | Path does not match |
33 | _profiler_home | /_profiler/ | Path does not match |
34 | _profiler_search | /_profiler/search | Path does not match |
35 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
36 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
37 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
38 | _profiler_open_file | /_profiler/open | Path does not match |
39 | _profiler | /_profiler/{token} | Path does not match |
40 | _profiler_router | /_profiler/{token}/router | Path does not match |
41 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
42 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
43 | index | / | 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.