Routing
admin_dashboard
Matched route
Route Parameters
Name | Value |
---|---|
permanent | true |
route | "admin_admin_index" |
Route Redirection
This page redirects to:
http://akhawat.local.rawafedtech.info/admin/dashboard/admin/admin/index
(route: "admin_dashboard")
Route Matching Logs
Path to match:
/admin
# | Route name | Path | Log |
---|---|---|---|
1 | fos_user_security_login | /login | Path does not match |
2 | fos_user_security_check | /login_check | Path does not match |
3 | fos_user_security_logout | /logout | Path does not match |
4 | _preview_error | /_error/{code}.{_format} | Path does not match |
5 | hwi_oauth_service_redirect | /connect/{service} | Path does not match |
6 | hwi_oauth_connect_service | /connect/service/{service} | Path does not match |
7 | hwi_oauth_connect_registration | /connect/registration/{key} | Path does not match |
8 | hwi_oauth_connect | /login/ | Path does not match |
9 | entry_preview | /{type_name}/{local_id}/preview | Path does not match |
10 | bazinga_jstranslation_js | /translations/{domain}.{_format} | Path does not match |
11 | admin_dashboard | /admin | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.