Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_back_category_browse | /back/category/ | Path does not match |
| 2 | app_back_category_add | /back/category/add | Path does not match |
| 3 | app_back_category_read | /back/category/{id} | Path does not match |
| 4 | app_back_category_edit | /back/category/{id}/edit | Path does not match |
| 5 | app_back_category_delete | /back/category/{id} | Path does not match |
| 6 | app_back_gallery_browse | /back/gallery/ | Path does not match |
| 7 | app_back_gallery_add | /back/gallery/add | Path does not match |
| 8 | app_back_gallery_read | /back/gallery/{id} | Path does not match |
| 9 | app_back_gallery_edit | /back/gallery/{id}/edit | Path does not match |
| 10 | app_back_gallery_pictures | /back/gallery/{id}/pictures | Path does not match |
| 11 | app_back_gallery_delete | /back/gallery/{id} | Path does not match |
| 12 | app_back_main_home | /back/ | Path does not match |
| 13 | app_back_picture_browse | /back/picture/ | Path does not match |
| 14 | app_back_picture_add | /back/picture/add | Path does not match |
| 15 | app_back_picture_read | /back/picture/{id} | Path does not match |
| 16 | app_back_picture_edit | /back/picture/{id}/edit | Path does not match |
| 17 | app_back_picture_galleries | /back/picture/{id}/galleries | Path does not match |
| 18 | app_back_picture_delete | /back/picture/{id} | Path does not match |
| 19 | app_back_status_browse | /back/status/ | Path does not match |
| 20 | app_back_status_add | /back/status/add | Path does not match |
| 21 | app_back_status_read | /back/status/{id} | Path does not match |
| 22 | app_back_status_edit | /back/status/{id}/edit | Path does not match |
| 23 | app_back_status_delete | /back/status/{id} | Path does not match |
| 24 | app_back_user_browse | /back/user/ | Path does not match |
| 25 | app_back_user_add | /back/user/add | Path does not match |
| 26 | app_back_user_read | /back/user/{id} | Path does not match |
| 27 | app_back_user_edit | /back/user/{id}/edit | Path does not match |
| 28 | app_back_user_delete | /back/user/{id} | Path does not match |
| 29 | app_main_contact | /contact/ | Path does not match |
| 30 | app_main_home | / | Path does not match |
| 31 | app_main_about | /about | Path does not match |
| 32 | app_main_disclaimer | /disclaimer | Path does not match |
| 33 | app_main_creations | /creations | Path does not match |
| 34 | app_main_individuals | /individuals | Path does not match |
| 35 | app_main_individuals_show | /individuals/{id}/show | Path does not match |
| 36 | app_main_professionals | /professionals | Path does not match |
| 37 | app_main_professionals_show | /professionals/{id}/show | Path does not match |
| 38 | app_login | /login | Path does not match |
| 39 | app_register | /register | Path does not match |
| 40 | app_verify_email | /verify/email | Path does not match |
| 41 | app_forgot_password_request | /reset-password | Path does not match |
| 42 | app_check_email | /reset-password/check-email | Path does not match |
| 43 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 44 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 45 | _wdt | /_wdt/{token} | Path does not match |
| 46 | _profiler_home | /_profiler/ | Path does not match |
| 47 | _profiler_search | /_profiler/search | Path does not match |
| 48 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 49 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 50 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 51 | _profiler_open_file | /_profiler/open | Path does not match |
| 52 | _profiler | /_profiler/{token} | Path does not match |
| 53 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 54 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 55 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 56 | logout | /logout | Path does not match |
| 57 | api_login_check | /api/login_check | 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.