Routing
(none)
Matched route
Route Redirection
This page redirects to:
/not_found
Route Matching Logs
Path to match:
/web/.env
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | dashboard_home | /dashboardkaroka | Path does not match |
| 2 | dashboard_user_auth | /dashboardkaroka/user_auth | Path does not match |
| 3 | dashboard_user_masseur | /dashboardkaroka/user_masseur | Path does not match |
| 4 | dashboard_user_client | /dashboardkaroka/user_client | Path does not match |
| 5 | dashboard_dispo_masseur | /dashboardkaroka/dispo_masseur/{uid} | Path does not match |
| 6 | dashboard_save_dispo_masseur | /dashboardkaroka/save_dispo_masseur/{uid} | Path does not match |
| 7 | dashboard_find_dispo_masseur | /dashboardkaroka/find_dispo_masseur/{uid} | Path does not match |
| 8 | dashboard_update_event | /dashboardkaroka/update_event/{uid} | Path does not match |
| 9 | dashboard_find_utilisateur_client | /dashboardkaroka/find_utilisateur_client | Path does not match |
| 10 | dashboard_modale_complete | /dashboardkaroka/modale_complete | Path does not match |
| 11 | dashboard_masseur_demande | /dashboardkaroka/masseur_demande | Path does not match |
| 12 | dashboard_masseur_modify | /dashboardkaroka/masseur_modify/{uid} | Path does not match |
| 13 | dashboard_villes | /dashboardkaroka/villes | Path does not match |
| 14 | dashboard_modify_ville | /dashboardkaroka/modify_ville/{uid} | Path does not match |
| 15 | app_login | /login | Path does not match |
| 16 | app_logout | /logout | Path does not match |
| 17 | home | / | Path does not match |
| 18 | app_lucky_number | /lucky/number | Path does not match |
| 19 | not_found_page | /not_found | Path does not match |
| 20 | app_privacy_number | /sensessences/privacy | Path does not match |
| 21 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 22 | _wdt | /_wdt/{token} | Path does not match |
| 23 | _profiler_home | /_profiler/ | Path does not match |
| 24 | _profiler_search | /_profiler/search | Path does not match |
| 25 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 26 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 27 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 28 | _profiler_open_file | /_profiler/open | Path does not match |
| 29 | _profiler | /_profiler/{token} | Path does not match |
| 30 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 31 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 32 | _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.