Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | home_instal | /instal | Path does not match |
| 3 | check_configuration | /instal/check-configuration | Path does not match |
| 4 | test_database_connection | /test-database-connection | Path does not match |
| 5 | database_configuration | /instal/database-configuration | Path does not match |
| 6 | admin_account_creation | /instal/admin-account | Path does not match |
| 7 | installation_success | /instal/success | Path does not match |
| 8 | admin_login | /admin/login | Path does not match |
| 9 | login | /user/login | Path does not match |
| 10 | admin_logout | /admin/logout | Path does not match |
| 11 | user_logout | /user/logout | Path does not match |
| 12 | home_page | / | Path does not match |
| 13 | blog_page | /articles | Path does not match |
| 14 | detail_blog_page | /article/{slug} | Path does not match |
| 15 | voiture_occasion_page | /voiture-occasion | Path does not match |
| 16 | voiture_occasion_detail_page | /vehicle/{slug} | Path does not match |
| 17 | voiture_occasion_marque_page | /marque/{slug} | Path does not match |
| 18 | demande_rappel | /rappel | Path does not match |
| 19 | send_message | /message | Path does not match |
| 20 | booking | /booking | Path does not match |
| 21 | send_financement | /send-financement | Path does not match |
| 22 | qui_sommes_nous | /qui-sommes-nous | Path does not match |
| 23 | conditions_generales | /conditions-generales | Path does not match |
| 24 | faq | /faq | Path does not match |
| 25 | cookies | /cookies | Path does not match |
| 26 | politique_de_confidentialite | /politique-de-confidentialite | Path does not match |
| 27 | outil_simulation_credit_auto | /outil-simulation-credit-auto | Path does not match |
| 28 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 29 | _wdt | /_wdt/{token} | Path does not match |
| 30 | _profiler_home | /_profiler/ | Path does not match |
| 31 | _profiler_search | /_profiler/search | Path does not match |
| 32 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 33 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 34 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 35 | _profiler_open_file | /_profiler/open | Path does not match |
| 36 | _profiler | /_profiler/{token} | Path does not match |
| 37 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 38 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 39 | _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.