Routing
homepage
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "it" |
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | about.it | /about | Path does not match |
2 | about.de | /de/about | Path does not match |
3 | ckeditor_image_upload.it | /admin/ckeditor/upload/image | Path does not match |
4 | ckeditor_image_upload.en | /en/admin/ckeditor/upload/image | Path does not match |
5 | ckeditor_image_upload.es | /es/admin/ckeditor/upload/image | Path does not match |
6 | ckeditor_image_upload.de | /de/admin/ckeditor/upload/image | Path does not match |
7 | ckeditor_image_browse.it | /admin/ckeditor/browser/images | Path does not match |
8 | ckeditor_image_browse.en | /en/admin/ckeditor/browser/images | Path does not match |
9 | ckeditor_image_browse.es | /es/admin/ckeditor/browser/images | Path does not match |
10 | ckeditor_image_browse.de | /de/admin/ckeditor/browser/images | Path does not match |
11 | admin_generic.it | /admin/ | Path does not match |
12 | admin_generic.en | /en/admin/ | Path does not match |
13 | admin_generic.es | /es/admin/ | Path does not match |
14 | admin_generic.de | /de/admin/ | Path does not match |
15 | admin.it | /admin/it/ | Path does not match |
16 | admin.en | /en/admin/it/ | Path does not match |
17 | admin.es | /es/admin/it/ | Path does not match |
18 | admin.de | /de/admin/it/ | Path does not match |
19 | admin_multilanguageList.it | /admin/it/multilanguage/list | Path does not match |
20 | admin_multilanguageList.en | /en/admin/en/multilanguage/list | Path does not match |
21 | admin_multilanguageList.es | /es/admin/es/multilanguage/list | Path does not match |
22 | admin_multilanguageList.de | /de/admin/de/multilanguage/list | Path does not match |
23 | admin_sortable.it | /admin/sortable | Path does not match |
24 | admin_sortable.en | /en/admin/sortable | Path does not match |
25 | admin_sortable.es | /es/admin/sortable | Path does not match |
26 | admin_sortable.de | /de/admin/sortable | Path does not match |
27 | app_configurator_api.it | /configuratore/api/v1 | Path does not match |
28 | app_configurator_api.en | /en/configuratore/api/v1 | Path does not match |
29 | app_configurator_api.es | /es/configuratore/api/v1 | Path does not match |
30 | app_configurator_api.de | /de/configuratore/api/v1 | Path does not match |
31 | app_customer_service.it | /contatti/servizio-clienti | Path does not match |
32 | app_customer_service.de | /de/contatti/servizio-clienti | Path does not match |
33 | homepage.it | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.