Routing
app_app_nolocale_indexnolocale
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/cs
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_navigation_list | /admin/navigation | Path does not match |
| 2 | admin_navigation_add | /admin/navigation/add | Path does not match |
| 3 | admin_navigation_edit | /admin/navigation/{id}/edit | Path does not match |
| 4 | admin_navigation_delete | /admin/navigation/{id}/delete | Path does not match |
| 5 | admin_page_list | /admin/page | Path does not match |
| 6 | admin_page_add | /admin/page/add | Path does not match |
| 7 | admin_page_edit | /admin/page/{id}/edit | Path does not match |
| 8 | admin_page_delete | /admin/page/{id}/delete | Path does not match |
| 9 | shop_page_detail | /{_locale}/stranka/{slug} | Path does not match |
| 10 | app_home | /{_locale} | Path does not match |
| 11 | app_doctors | /{_locale}/lekari | Path does not match |
| 12 | app_doctor_detail | /{_locale}/lekari/{slug} | Path does not match |
| 13 | app_user_login | /login | Path does not match |
| 14 | app_user_logout | /logout | Path does not match |
| 15 | app_principles_personal_data_processing | /{_locale}/zasady-zpracovani-udaju | Path does not match |
| 16 | app_blog_list | /{_locale}/blog | Path does not match |
| 17 | app_blog_detail | /{_locale}/blog/{slug} | Path does not match |
| 18 | app_user_file_store | /user-file | Path does not match |
| 19 | app_user_file_update | /user-file/{id} | Path does not match |
| 20 | app_app_nolocale_indexnolocale | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.