Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_dogs | /api/dogs | Path does not match |
| 2 | api_dogs_get_item | /api/dogs/{id} | Path does not match |
| 3 | api_dogs_post | /api/secure/dogs | Path does not match |
| 4 | api_dog_update_item | /api/secure/dogs/{slug} | Path does not match |
| 5 | api_dog_delete_item | /api/secure/dogs/{slug} | Path does not match |
| 6 | app_api_hobby | /api/hobbies | Path does not match |
| 7 | app_api_get_hobbies_by_dog | /api/dog/{id}/hobbies | Path does not match |
| 8 | api_hobbies_post | /api/secure/dogs/{id}/hobby | Path does not match |
| 9 | api_hobbies_update_item | /api/secure/dogs/{dog_id}/hobby/{id} | Path does not match |
| 10 | api_hobby_delete_item | /api/secure/hobby/{id} | Path does not match |
| 11 | app_api_members | /api/members | Path does not match |
| 12 | api_members_get_item | /api/members/{id} | Path does not match |
| 13 | app_api_member | /api/member | Path does not match |
| 14 | api_members_post | /api/secure/members | Path does not match |
| 15 | api_member_update_item | /api/secure/members/{id} | Path does not match |
| 16 | api_member_delete_item | /api/secure/members/{id} | Path does not match |
| 17 | app_api_picture | /api/pictures | Path does not match |
| 18 | app_api_get_pictures_by_dog | /api/dog/{id}/pictures | Path does not match |
| 19 | api_pictures_post | /api/secure/dogs/{id}/pictures | Path does not match |
| 20 | api_pictures_update_item | /api/secure/dogs/{dog_id}/picture/{id} | Path does not match |
| 21 | api_picture_delete_item | /api/secure/picture/{id} | Path does not match |
| 22 | app_back_dog_index | /back/dog/ | Path does not match |
| 23 | app_back_dog_new | /back/dog/new | Path does not match |
| 24 | app_back_dog_show | /back/dog/{id} | Path does not match |
| 25 | app_back_dog_edit | /back/dog/{id}/edit | Path does not match |
| 26 | app_back_dog_delete | /back/dog/{id} | Path does not match |
| 27 | app_back_hobby_index | /back/hobby/ | Path does not match |
| 28 | app_back_hobby_indexhobbies | /back/hobby/dog/{id} | Path does not match |
| 29 | app_back_hobby_new | /back/hobby/new/dog/{id} | Path does not match |
| 30 | app_back_hobby_show | /back/hobby/{id}/show/dog/{dog_id} | Path does not match |
| 31 | app_back_hobby_edit | /back/hobby/{id}/edit/dog/{dog_id} | Path does not match |
| 32 | app_back_hobby_delete | /back/hobby/{id}/dog/{dog_id} | Path does not match |
| 33 | app_back | / | Path does not match |
| 34 | app_main_back | /back | Path does not match |
| 35 | app_back_member_index | /back/member/ | Path does not match |
| 36 | app_back_member_new | /back/member/new | Path does not match |
| 37 | app_back_member_show | /back/member/{id} | Path does not match |
| 38 | app_back_member_edit | /back/member/{id}/edit | Path does not match |
| 39 | app_back_member_delete | /back/member/{id} | Path does not match |
| 40 | app_back_picture_index | /back/picture/ | Path does not match |
| 41 | app_back_picture_indexpictures | /back/picture/dog/{id} | Path does not match |
| 42 | app_back_picture_new | /back/picture/new/dog/{id} | Path does not match |
| 43 | app_back_picture_show | /back/picture/{id}/show/dog/{dog_id} | Path does not match |
| 44 | app_back_picture_edit | /back/picture/{id}/edit/dog/{dog_id} | Path does not match |
| 45 | app_back_picture_delete | /back/picture/{id}/dog/{dog_id} | Path does not match |
| 46 | app_login | /login | Path does not match |
| 47 | app_logout | /logout | Path does not match |
| 48 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 49 | _wdt | /_wdt/{token} | Path does not match |
| 50 | _profiler_home | /_profiler/ | Path does not match |
| 51 | _profiler_search | /_profiler/search | Path does not match |
| 52 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 53 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 54 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 55 | _profiler_open_file | /_profiler/open | Path does not match |
| 56 | _profiler | /_profiler/{token} | Path does not match |
| 57 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 58 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 59 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 60 | api_login_check | /api/login_check | Path does not match |
| 61 | api_post_edit | /api/posts/{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.