Routing
app_about
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/a-propos
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_ec_chat | /espace-client/messagerie | Path does not match |
| 2 | app_ec_documents | /espace-client/mes-fichiers | Path does not match |
| 3 | app_ec_document_download | /espace-client/mes-fichiers/{id}/telecharger | Path does not match |
| 4 | app_ec_formations | /espace-client/mes-formations | Path does not match |
| 5 | app_ec_interventions | /espace-client/mes-interventions | Path does not match |
| 6 | app_ec_intervention_show | /espace-client/mes-interventions/{id} | Path does not match |
| 7 | app_ec_dashboard | /espace-client | Path does not match |
| 8 | app_ec_profile_info | /espace-client/mes-informations | Path does not match |
| 9 | app_ec_profile_password | /espace-client/mot-de-passe | Path does not match |
| 10 | app_ec_login | /espace-client/login | Path does not match |
| 11 | app_ec_logout | /espace-client/logout | Path does not match |
| 12 | app_ec_forgot_password | /espace-client/mot-de-passe-oublie | Path does not match |
| 13 | app_ec_debug_session | /espace-client/debug-session | Path does not match |
| 14 | app_ec_subscriptions | /espace-client/mes-abonnements | Path does not match |
| 15 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 16 | _wdt | /_wdt/{token} | Path does not match |
| 17 | _profiler_home | /_profiler/ | Path does not match |
| 18 | _profiler_search | /_profiler/search | Path does not match |
| 19 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 20 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 21 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 22 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 23 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 24 | _profiler_open_file | /_profiler/open | Path does not match |
| 25 | _profiler | /_profiler/{token} | Path does not match |
| 26 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 27 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 28 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 29 | app_blog_index | /blog | Path does not match |
| 30 | app_blog_show | /blog/{slug} | Path does not match |
| 31 | app_contact | /contact | Path does not match |
| 32 | app_home | / | Path does not match |
| 33 | app_services | /services | Path does not match |
| 34 | app_about | /a-propos | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.