Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_domaine_index | /domaine/ | Path does not match |
| 2 | app_domaine_new | /domaine/new | Path does not match |
| 3 | app_domaine_show | /domaine/{id} | Path does not match |
| 4 | app_domaine_edit | /domaine/{id}/edit | Path does not match |
| 5 | app_domaine_delete | /domaine/{id} | Path does not match |
| 6 | app_login | /login | Path does not match |
| 7 | app_home | /home | Path does not match |
| 8 | app_enroll | /enroll | Path does not match |
| 9 | dashboard_double_auth_subscription | /double/auth/subscription | Path does not match |
| 10 | dashboard_double_auth_verification | /double/auth/verification | Path does not match |
| 11 | dashboard_check_auth_status | /check/auth/status | Path does not match |
| 12 | app_serial_index | /serial/ | Path does not match |
| 13 | app_serial_new | /serial/new | Path does not match |
| 14 | app_serial_show | /serial/{id} | Path does not match |
| 15 | app_serial_edit | /serial/{id}/edit | Path does not match |
| 16 | app_serial_delete | /serial/{id} | Path does not match |
| 17 | app_sqr_data_index | /sqr/data/ | Path does not match |
| 18 | app_sqr_data_new | /sqr/data/new | Path does not match |
| 19 | app_sqr_data_read | /sqr/data/read | Path does not match |
| 20 | app_sqr_data_show | /sqr/data/{id} | Path does not match |
| 21 | app_sqr_data_edit | /sqr/data/{id}/edit | Path does not match |
| 22 | app_sqr_data_delete | /sqr/data/{id} | Path does not match |
| 23 | app_sqr_data_detail_index | /sqr/data/detail/ | Path does not match |
| 24 | app_sqr_data_detail_new | /sqr/data/detail/new | Path does not match |
| 25 | app_sqr_data_detail_show | /sqr/data/detail/{id} | Path does not match |
| 26 | app_sqr_data_detail_edit | /sqr/data/detail/{id}/edit | Path does not match |
| 27 | app_sqr_data_detail_delete | /sqr/data/detail/{id} | Path does not match |
| 28 | app_sqr_generated_key_index | /sqr/generated/key/ | Path does not match |
| 29 | app_sqr_generated_key_new | /sqr/generated/key/new | Path does not match |
| 30 | app_sqr_generated_key_show | /sqr/generated/key/{id} | Path does not match |
| 31 | app_sqr_generated_key_edit | /sqr/generated/key/{id}/edit | Path does not match |
| 32 | app_sqr_generated_key_delete | /sqr/generated/key/{id} | Path does not match |
| 33 | app_sqr_generated_key_domaine_index | /sqr/generated/key/domaine/ | Path does not match |
| 34 | app_sqr_generated_key_domaine_new | /sqr/generated/key/domaine/new | Path does not match |
| 35 | app_sqr_generated_key_domaine_show | /sqr/generated/key/domaine/{id} | Path does not match |
| 36 | app_sqr_generated_key_domaine_edit | /sqr/generated/key/domaine/{id}/edit | Path does not match |
| 37 | app_sqr_generated_key_domaine_delete | /sqr/generated/key/domaine/{id} | Path does not match |
| 38 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 39 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 40 | api_doc | /api/docs.{_format} | Path does not match |
| 41 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 42 | qr_code_generate | /qr-code/{builder}/{data} | 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.