Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin | /admin | Path does not match |
| 2 | app_admin_course_index | /admin/course | Path does not match |
| 3 | app_admin_course_new | /admin/course/new | Path does not match |
| 4 | app_admin_course_batch_delete | /admin/course/batch-delete | Path does not match |
| 5 | app_admin_course_autocomplete | /admin/course/autocomplete | Path does not match |
| 6 | app_admin_course_render_filters | /admin/course/render-filters | Path does not match |
| 7 | app_admin_course_edit | /admin/course/{entityId}/edit | Path does not match |
| 8 | app_admin_course_delete | /admin/course/{entityId}/delete | Path does not match |
| 9 | app_admin_course_detail | /admin/course/{entityId} | Path does not match |
| 10 | app_admin_enrollment_index | /admin/enrollment | Path does not match |
| 11 | app_admin_enrollment_new | /admin/enrollment/new | Path does not match |
| 12 | app_admin_enrollment_batch_delete | /admin/enrollment/batch-delete | Path does not match |
| 13 | app_admin_enrollment_autocomplete | /admin/enrollment/autocomplete | Path does not match |
| 14 | app_admin_enrollment_render_filters | /admin/enrollment/render-filters | Path does not match |
| 15 | app_admin_enrollment_edit | /admin/enrollment/{entityId}/edit | Path does not match |
| 16 | app_admin_enrollment_delete | /admin/enrollment/{entityId}/delete | Path does not match |
| 17 | app_admin_enrollment_detail | /admin/enrollment/{entityId} | Path does not match |
| 18 | app_admin_offer_index | /admin/offer | Path does not match |
| 19 | app_admin_offer_new | /admin/offer/new | Path does not match |
| 20 | app_admin_offer_batch_delete | /admin/offer/batch-delete | Path does not match |
| 21 | app_admin_offer_autocomplete | /admin/offer/autocomplete | Path does not match |
| 22 | app_admin_offer_render_filters | /admin/offer/render-filters | Path does not match |
| 23 | app_admin_offer_edit | /admin/offer/{entityId}/edit | Path does not match |
| 24 | app_admin_offer_delete | /admin/offer/{entityId}/delete | Path does not match |
| 25 | app_admin_offer_detail | /admin/offer/{entityId} | Path does not match |
| 26 | app_admin_user_index | /admin/user | Path does not match |
| 27 | app_admin_user_new | /admin/user/new | Path does not match |
| 28 | app_admin_user_batch_delete | /admin/user/batch-delete | Path does not match |
| 29 | app_admin_user_autocomplete | /admin/user/autocomplete | Path does not match |
| 30 | app_admin_user_render_filters | /admin/user/render-filters | Path does not match |
| 31 | app_admin_user_edit | /admin/user/{entityId}/edit | Path does not match |
| 32 | app_admin_user_delete | /admin/user/{entityId}/delete | Path does not match |
| 33 | app_admin_user_detail | /admin/user/{entityId} | Path does not match |
| 34 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 35 | _logout_main | /oauth/logout | Path does not match |
| 36 | _wdt | /_wdt/{token} | Path does not match |
| 37 | _profiler_home | /_profiler/ | Path does not match |
| 38 | _profiler_search | /_profiler/search | Path does not match |
| 39 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 40 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 41 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 42 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 43 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 44 | _profiler_open_file | /_profiler/open | Path does not match |
| 45 | _profiler | /_profiler/{token} | Path does not match |
| 46 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 47 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 48 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 49 | admin_contact | /admin/contact | Path does not match |
| 50 | app_admin_my_team | /admin/manager/my-team | Path does not match |
| 51 | admin_enrollment_assign_courses | /admin/assign-courses | Path does not match |
| 52 | app_change_password | /change-password | Path does not match |
| 53 | app_enrollment_validate | /admin/enrollment/{id}/validate | Path does not match |
| 54 | app_forgot_password_request | /reset-password | Path does not match |
| 55 | app_check_email | /reset-password/check-email | Path does not match |
| 56 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 57 | homepage | / | Path does not match |
| 58 | oauth_login | /oauth/login | Path does not match |
| 59 | oauth_logout | /oauth/logout | Path does not match |
| 60 | oauth_check | /oauth/check | Path does not match |
| 61 | upload_video | /upload/video/{id} | 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.