Routing
app_login_redirecttohome
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_abscence_index | /abscence/ | Path does not match |
2 | app_abscence_new | /abscence/new | Path does not match |
3 | app_abscence_show | /abscence/{id} | Path does not match |
4 | app_abscence_edit | /abscence/{id}/edit | Path does not match |
5 | app_abscence_delete | /abscence/{id} | Path does not match |
6 | app_appointement_index | /appointement/ | Path does not match |
7 | app_appointement_prospect | /appointement/rendez-vous/{id} | Path does not match |
8 | app_appointement_new | /appointement/new | Path does not match |
9 | app_appointement_rapport | /appointement/rapport/{id} | Path does not match |
10 | app_appointement_changestate | /appointement/change-state/{id}/{state} | Path does not match |
11 | app_appointement_show | /appointement/{id} | Path does not match |
12 | app_appointement_edit | /appointement/{id}/edit | Path does not match |
13 | app_appointement_delete | /appointement/{id} | Path does not match |
14 | app_charge_index | /charge/ | Path does not match |
15 | app_charge_new | /charge/new | Path does not match |
16 | app_charge_show | /charge/{id} | Path does not match |
17 | app_charge_edit | /charge/{id}/edit | Path does not match |
18 | app_charge_delete | /charge/{id} | Path does not match |
19 | app_hebergement_index | /hebergement/ | Path does not match |
20 | app_hebergement_new | /hebergement/new | Path does not match |
21 | app_hebergement_show | /hebergement/{id} | Path does not match |
22 | app_hebergement_edit | /hebergement/{id}/edit | Path does not match |
23 | app_hebergement_delete | /hebergement/{id} | Path does not match |
24 | app_login | /login | Path does not match |
25 | app_login_redirecttohome | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.