Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | dashboard | /secure/dashboard | Path does not match |
2 | app_admin_employee_index | /secure/admin/employee/ | Path does not match |
3 | app_admin_employee_new | /secure/admin/employee/new | Path does not match |
4 | app_admin_employee_show | /secure/admin/employee/{id} | Path does not match |
5 | app_admin_employee_edit | /secure/admin/employee/{id}/edit | Path does not match |
6 | app_admin_employee_delete | /secure/admin/employee/{id} | Path does not match |
7 | homepage | / | Path does not match |
8 | pp_home_en | /en | Path does not match |
9 | pp_close_protection_en | /en/close-protection | Path does not match |
10 | pp_object_protection_en | /en/object-protection | Path does not match |
11 | pp_technical_measures_en | /en/technical-measures | Path does not match |
12 | pp_event_security_en | /en/event-security | Path does not match |
13 | pp_contact_en | /en/contact | Path does not match |
14 | app_admin_location_index | /secure/admin/location/ | Path does not match |
15 | app_admin_location_new | /secure/admin/location/new | Path does not match |
16 | app_admin_location_show | /secure/admin/location/{id} | Path does not match |
17 | app_admin_location_edit | /secure/admin/location/{id}/edit | Path does not match |
18 | app_admin_location_delete | /secure/admin/location/{id} | Path does not match |
19 | read_tag | /g/cp | Path does not match |
20 | app_profile_edit | /secure/profile | Path does not match |
21 | app_profile_change_password | /secure/profile/change-password | Path does not match |
22 | app_project_index | /secure/project/ | Path does not match |
23 | app_project_new | /secure/project/new | Path does not match |
24 | app_project_show | /secure/project/{id} | Path does not match |
25 | app_project_edit | /secure/project/{id}/edit | Path does not match |
26 | app_project_delete | /secure/project/{id} | Path does not match |
27 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.