Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_users | /users | Path does not match |
2 | app_admin_users_customers | /users/customers | Path does not match |
3 | app_admin_users_table | /users/table/instructors | Path does not match |
4 | app_admin_customers_table | /users/table/customers | Path does not match |
5 | app_admin_extends_subscription | /user/{id}/extends/subscription | Path does not match |
6 | app_email_recovery | /admin/email/recovery | Path does not match |
7 | app_cours_index | /courses/ | Path does not match |
8 | app_attachment_upload | /courses/attachment/upload/{id} | Path does not match |
9 | app_attachment_download | /courses/attachment/download/{id} | Path does not match |
10 | app_pdf_inline | /courses/embed/pdf/{id} | Path does not match |
11 | app_course_download | /courses/cours/download/{id} | Path does not match |
12 | app_cours_new | /courses/new | Path does not match |
13 | app_cours_show | /courses/{id} | Path does not match |
14 | app_cours_show_video | /courses/{id}/video | Path does not match |
15 | app_cours_edit | /courses/{id}/edit | Path does not match |
16 | app_cours_add_read_later | /courses/{id}/read/later | Path does not match |
17 | app_cours_publish | /courses/{id}/publish | Path does not match |
18 | app_cours_delete | /courses/{id}/ | Path does not match |
19 | app_attachment_delete | /courses/attachment/delete/{id}/ | Path does not match |
20 | app_course_category_index | /course/folder/ | Path does not match |
21 | app_course_category_new | /course/folder/new | Path does not match |
22 | app_course_category_show | /course/folder/{id} | Path does not match |
23 | app_course_category_edit | /course/folder/{id}/edit | Path does not match |
24 | app_course_category_delete | /course/folder/{id} | Path does not match |
25 | app_homepage | / | Path does not match |
26 | app_home_two | /folders | Path does not match |
27 | app_history | /history | Path does not match |
28 | app_next_courses | /next/courses | Path does not match |
29 | app_fixtures | /fixtures | Path does not match |
30 | app_notifs_subscription | /notifs/subscription | Path does not match |
31 | app_register | /register/{role}/role | Path does not match |
32 | app_edit_user | /edit/{id}/user | Path does not match |
33 | app_user_profile | /user/profile | Path does not match |
34 | app_register_upgrade | /upgrade/password | Path does not match |
35 | app_forget_password | /forget/password | Path does not match |
36 | app_reset_password | /reset/password/{code} | Path does not match |
37 | app_register_upgrade_force | /force/upgrade/password | Path does not match |
38 | app_register_customer | /register/{role}/role/customer | Path does not match |
39 | app_register_old | /register/old | Path does not match |
40 | app_user_delete | /user/{id}/delete | Path does not match |
41 | app_login | /login | Path does not match |
42 | app_logout | /logout | Path does not match |
43 | _preview_error | /_error/{code}.{_format} | Path does not match |
44 | _wdt | /_wdt/{token} | Path does not match |
45 | _profiler_home | /_profiler/ | Path does not match |
46 | _profiler_search | /_profiler/search | Path does not match |
47 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
48 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
49 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
50 | _profiler_open_file | /_profiler/open | Path does not match |
51 | _profiler | /_profiler/{token} | Path does not match |
52 | _profiler_router | /_profiler/{token}/router | Path does not match |
53 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
54 | _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.