Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | home | / | Path does not match |
| 2 | customer | /admin/customer | Path does not match |
| 3 | customer_paginated | /admin/customer/{page} | Path does not match |
| 4 | customer_new | /admin/customer/new | Path does not match |
| 5 | customer_edit | /admin/customer/{id}/edit | Path does not match |
| 6 | customer_delete_confirm | /admin/customer/{id}/delete_confirm | Path does not match |
| 7 | customer_delete | /admin/customer/{id}/delete | Path does not match |
| 8 | operation | /admin/operation | Path does not match |
| 9 | operation_paginated | /admin/operation/{page} | Path does not match |
| 10 | operation_new | /admin/operation/new | Path does not match |
| 11 | operation_edit | /admin/operation/{id}/edit | Path does not match |
| 12 | operation_delete_confirm | /admin/operation/{id}/delete_confirm | Path does not match |
| 13 | operation_delete | /admin/operation/{id}/delete | Path does not match |
| 14 | security_login | /admin | Path does not match |
| 15 | api_login | /api/login | Path does not match |
| 16 | security_logout | /logout | Path does not match |
| 17 | user | /admin/user | Path does not match |
| 18 | user_paginated | /admin/user/{page} | Path does not match |
| 19 | user_new | /admin/user/new | Path does not match |
| 20 | user_edit | /admin/user/{id}/edit | Path does not match |
| 21 | user_profil_edit | /admin/user/{id}/profil_edit | Path does not match |
| 22 | user_password_reset | /admin/user/{id}/password | Path does not match |
| 23 | user_delete_confirm | /admin/user/{id}/delete_confirm | Path does not match |
| 24 | user_delete | /admin/user/{id}/delete | Path does not match |
| 25 | visit | /admin/visit | Path does not match |
| 26 | visit_paginated | /admin/visit/{page} | Path does not match |
| 27 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 28 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 29 | api_doc | /api/docs.{_format} | Path does not match |
| 30 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 31 | getURL | /api/getURL | Path does not match |
| 32 | _api_/operations/{code}.{_format}_get | /api/operations/{code}.{_format} | Path does not match |
| 33 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 34 | _wdt | /_wdt/{token} | Path does not match |
| 35 | _profiler_home | /_profiler/ | Path does not match |
| 36 | _profiler_search | /_profiler/search | Path does not match |
| 37 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 38 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 39 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 40 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 41 | _profiler_open_file | /_profiler/open | Path does not match |
| 42 | _profiler | /_profiler/{token} | Path does not match |
| 43 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 44 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 45 | _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.