Routing
homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_country_list.en | /api/country/list | Path does not match |
| 2 | api_country_list.de | /de/api/country/list | Path does not match |
| 3 | api_language_list.en | /api/language/list | Path does not match |
| 4 | api_language_list.de | /de/api/language/list | Path does not match |
| 5 | api_country_list_fair.en | /api/country/list/{id} | Path does not match |
| 6 | api_country_list_fair.de | /de/api/country/list/{id} | Path does not match |
| 7 | api_fair_list.en | /api/fair/list | Path does not match |
| 8 | api_fair_list.de | /de/api/fair/list | Path does not match |
| 9 | api_fair_details.en | /api/fair/details/{id} | Path does not match |
| 10 | api_fair_details.de | /de/api/fair/details/{id} | Path does not match |
| 11 | api_fair_base_search.en | /api/fair/{id}/base/search | Path does not match |
| 12 | api_fair_base_search.de | /de/api/fair/{id}/base/search | Path does not match |
| 13 | api_fair_base_search_paginated.en | /api/fair/{id}/base/search/{page} | Path does not match |
| 14 | api_fair_base_search_paginated.de | /de/api/fair/{id}/base/search/{page} | Path does not match |
| 15 | api_lead_list.en | /api/lead/list/{id} | Path does not match |
| 16 | api_lead_list.de | /de/api/lead/list/{id} | Path does not match |
| 17 | api_lead_details.en | /api/lead/details/{id} | Path does not match |
| 18 | api_lead_details.de | /de/api/lead/details/{id} | Path does not match |
| 19 | api_lead_create.en | /api/lead/create | Path does not match |
| 20 | api_lead_create.de | /de/api/lead/create | Path does not match |
| 21 | api_lead_upload_interest_file.en | /api/lead/{id}/interest/upload | Path does not match |
| 22 | api_lead_upload_interest_file.de | /de/api/lead/{id}/interest/upload | Path does not match |
| 23 | api_lead_master_data_upload_image_file.en | /api/lead/{lead}/masterdata/{masterData}/upload | Path does not match |
| 24 | api_lead_master_data_upload_image_file.de | /de/api/lead/{lead}/masterdata/{masterData}/upload | Path does not match |
| 25 | api_demo_list.en | /api/test | Path does not match |
| 26 | api_demo_list.de | /de/api/test | Path does not match |
| 27 | apiuser_index.en | /frontenduser/list/{page} | Path does not match |
| 28 | apiuser_index.de | /de/frontenduser/list/{page} | Path does not match |
| 29 | apiuser_index_disabled.en | /frontenduser/disabled/list/{page} | Path does not match |
| 30 | apiuser_index_disabled.de | /de/frontenduser/disabled/list/{page} | Path does not match |
| 31 | apiuser_search.en | /frontenduser/search | Path does not match |
| 32 | apiuser_search.de | /de/frontenduser/search | Path does not match |
| 33 | apiuser_disabled_search.en | /frontenduser/disabled/search | Path does not match |
| 34 | apiuser_disabled_search.de | /de/frontenduser/disabled/search | Path does not match |
| 35 | apiuser_new.en | /frontenduser/new | Path does not match |
| 36 | apiuser_new.de | /de/frontenduser/new | Path does not match |
| 37 | apiuser_edit.en | /frontenduser/edit/{id} | Path does not match |
| 38 | apiuser_edit.de | /de/frontenduser/edit/{id} | Path does not match |
| 39 | apiuser_passchange.en | /frontenduser/{id}/passchange | Path does not match |
| 40 | apiuser_passchange.de | /de/frontenduser/{id}/passchange | Path does not match |
| 41 | apiuser_delete.en | /frontenduser/{id} | Path does not match |
| 42 | apiuser_delete.de | /de/frontenduser/{id} | Path does not match |
| 43 | apiuser_show.en | /frontenduser/show/{id} | Path does not match |
| 44 | apiuser_show.de | /de/frontenduser/show/{id} | Path does not match |
| 45 | apiuser_mass_disable.en | /frontenduser/mass/disable | Path does not match |
| 46 | apiuser_mass_disable.de | /de/frontenduser/mass/disable | Path does not match |
| 47 | apiuser_mass_enable.en | /frontenduser/mass/enable | Path does not match |
| 48 | apiuser_mass_enable.de | /de/frontenduser/mass/enable | Path does not match |
| 49 | attentively_new.en | /template/{template}/tabcontact/{tabContact}/attentively/new | Path does not match |
| 50 | attentively_new.de | /de/template/{template}/tabcontact/{tabContact}/attentively/new | Path does not match |
| 51 | attentively_edit.en | /template/{template}/tabcontact/{tabContact}/attentively/edit/{id} | Path does not match |
| 52 | attentively_edit.de | /de/template/{template}/tabcontact/{tabContact}/attentively/edit/{id} | Path does not match |
| 53 | attentively_delete.en | /template/{template}/tabcontact/{tabContact}/attentively/delete/{id} | Path does not match |
| 54 | attentively_delete.de | /de/template/{template}/tabcontact/{tabContact}/attentively/delete/{id} | Path does not match |
| 55 | attentively_translate.en | /template/{template}/tabcontact/{tabContact}/attentively/{attentively}/translate/{language} | Path does not match |
| 56 | attentively_translate.de | /de/template/{template}/tabcontact/{tabContact}/attentively/{attentively}/translate/{language} | Path does not match |
| 57 | attentively_translation_edit.en | /template/{template}/tabcontact/{tabContact}/attentively/translation/edit/{id} | Path does not match |
| 58 | attentively_translation_edit.de | /de/template/{template}/tabcontact/{tabContact}/attentively/translation/edit/{id} | Path does not match |
| 59 | attentively_translation_delete.en | /template/{template}/attentively/translation/delete/{id} | Path does not match |
| 60 | attentively_translation_delete.de | /de/template/{template}/attentively/translation/delete/{id} | Path does not match |
| 61 | attentively_sortedit.en | /template/{template}/tabcontact/{tabContact}/attentively/sortedit | Path does not match |
| 62 | attentively_sortedit.de | /de/template/{template}/tabcontact/{tabContact}/attentively/sortedit | Path does not match |
| 63 | backenduser_index.en | /backenduser/list/{page} | Path does not match |
| 64 | backenduser_index.de | /de/backenduser/list/{page} | Path does not match |
| 65 | backenduser_edit.en | /backenduser/edit/{id} | Path does not match |
| 66 | backenduser_edit.de | /de/backenduser/edit/{id} | Path does not match |
| 67 | backenduser_passchange.en | /backenduser/{id}/passchange | Path does not match |
| 68 | backenduser_passchange.de | /de/backenduser/{id}/passchange | Path does not match |
| 69 | backenduser_delete.en | /backenduser/delete/{id} | Path does not match |
| 70 | backenduser_delete.de | /de/backenduser/delete/{id} | Path does not match |
| 71 | backenduser_new.en | /backenduser/new | Path does not match |
| 72 | backenduser_new.de | /de/backenduser/new | Path does not match |
| 73 | base_data_list.en | /basedata/list/{page} | Path does not match |
| 74 | base_data_list.de | /de/basedata/list/{page} | Path does not match |
| 75 | base_data_search.en | /basedata/search | Path does not match |
| 76 | base_data_search.de | /de/basedata/search | Path does not match |
| 77 | base_data_new.en | /basedata/new | Path does not match |
| 78 | base_data_new.de | /de/basedata/new | Path does not match |
| 79 | base_data_edit.en | /basedata/edit/{id} | Path does not match |
| 80 | base_data_edit.de | /de/basedata/edit/{id} | Path does not match |
| 81 | base_data_delete.en | /basedata/delete/{id} | Path does not match |
| 82 | base_data_delete.de | /de/basedata/delete/{id} | Path does not match |
| 83 | branch_upload.en | /template/{template}/tabcontact/{tabContact}/branch/upload | Path does not match |
| 84 | branch_upload.de | /de/template/{template}/tabcontact/{tabContact}/branch/upload | Path does not match |
| 85 | branch_edit.en | /template/{template}/tabcontact/{tabContact}/branch/edit/{id} | Path does not match |
| 86 | branch_edit.de | /de/template/{template}/tabcontact/{tabContact}/branch/edit/{id} | Path does not match |
| 87 | branch_create.en | /template/{template}/tabcontact/{tabContact}/branch/new | Path does not match |
| 88 | branch_create.de | /de/template/{template}/tabcontact/{tabContact}/branch/new | Path does not match |
| 89 | branch_import.en | /template/{template}/tabcontact/{tabContact}/branch/import | Path does not match |
| 90 | branch_import.de | /de/template/{template}/tabcontact/{tabContact}/branch/import | Path does not match |
| 91 | branch_delete.en | /template/{template}/branch/delete/{id} | Path does not match |
| 92 | branch_delete.de | /de/template/{template}/branch/delete/{id} | Path does not match |
| 93 | branch_translate.en | /template/{template}/tabcontact/{tabContact}/branch/{branch}/translate/{language} | Path does not match |
| 94 | branch_translate.de | /de/template/{template}/tabcontact/{tabContact}/branch/{branch}/translate/{language} | Path does not match |
| 95 | branch_translation_edit.en | /template/{template}/tabcontact/{tabContact}/branch/translation/edit/{id} | Path does not match |
| 96 | branch_translation_edit.de | /de/template/{template}/tabcontact/{tabContact}/branch/translation/edit/{id} | Path does not match |
| 97 | branch_translation_delete.en | /template/{template}/branch/translation/delete/{id} | Path does not match |
| 98 | branch_translation_delete.de | /de/template/{template}/branch/translation/delete/{id} | Path does not match |
| 99 | category_new.en | /template/{template}/tabcontact/{tabContact}/category/new | Path does not match |
| 100 | category_new.de | /de/template/{template}/tabcontact/{tabContact}/category/new | Path does not match |
| 101 | category_edit.en | /template/{template}/tabcontact/{tabContact}/category/edit/{id} | Path does not match |
| 102 | category_edit.de | /de/template/{template}/tabcontact/{tabContact}/category/edit/{id} | Path does not match |
| 103 | category_delete.en | /template/{template}/tabcontact/{tabContact}/category/delete/{id} | Path does not match |
| 104 | category_delete.de | /de/template/{template}/tabcontact/{tabContact}/category/delete/{id} | Path does not match |
| 105 | category_translate.en | /template/{template}/tabcontact/{tabContact}/category/{category}/translate/{language} | Path does not match |
| 106 | category_translate.de | /de/template/{template}/tabcontact/{tabContact}/category/{category}/translate/{language} | Path does not match |
| 107 | category_translation_edit.en | /template/{template}/tabcontact/{tabContact}/category/translation/edit/{id} | Path does not match |
| 108 | category_translation_edit.de | /de/template/{template}/tabcontact/{tabContact}/category/translation/edit/{id} | Path does not match |
| 109 | category_translation_delete.en | /template/{template}/category/translation/delete/{id} | Path does not match |
| 110 | category_translation_delete.de | /de/template/{template}/category/translation/delete/{id} | Path does not match |
| 111 | category_sortedit.en | /template/{template}/tabcontact/{tabContact}/category/sortedit | Path does not match |
| 112 | category_sortedit.de | /de/template/{template}/tabcontact/{tabContact}/category/sortedit | Path does not match |
| 113 | contactcountry_upload.en | /contactcountry/upload | Path does not match |
| 114 | contactcountry_upload.de | /de/contactcountry/upload | Path does not match |
| 115 | contactcountry_upload_again.en | /contactcountry/upload/again/{id} | Path does not match |
| 116 | contactcountry_upload_again.de | /de/contactcountry/upload/again/{id} | Path does not match |
| 117 | contactcountry_import.en | /contactcountry/import/{id} | Path does not match |
| 118 | contactcountry_import.de | /de/contactcountry/import/{id} | Path does not match |
| 119 | contactcountry_index.en | /contactcountry/list | Path does not match |
| 120 | contactcountry_index.de | /de/contactcountry/list | Path does not match |
| 121 | contactcountry_new.en | /contactcountry/new | Path does not match |
| 122 | contactcountry_new.de | /de/contactcountry/new | Path does not match |
| 123 | contactcountry_edit.en | /contactcountry/edit/{id} | Path does not match |
| 124 | contactcountry_edit.de | /de/contactcountry/edit/{id} | Path does not match |
| 125 | contactcountry_delete.en | /contactcountry/delete/{id} | Path does not match |
| 126 | contactcountry_delete.de | /de/contactcountry/delete/{id} | Path does not match |
| 127 | contactprovince_upload.en | /contactprovince/upload | Path does not match |
| 128 | contactprovince_upload.de | /de/contactprovince/upload | Path does not match |
| 129 | contactprovince_upload_again.en | /contactprovince/upload/again/{id} | Path does not match |
| 130 | contactprovince_upload_again.de | /de/contactprovince/upload/again/{id} | Path does not match |
| 131 | contactprovince_import.en | /contactprovince/import/{id} | Path does not match |
| 132 | contactprovince_import.de | /de/contactprovince/import/{id} | Path does not match |
| 133 | contactprovince_index.en | /contactprovince/list | Path does not match |
| 134 | contactprovince_index.de | /de/contactprovince/list | Path does not match |
| 135 | contactprovince_new.en | /contactprovince/new | Path does not match |
| 136 | contactprovince_new.de | /de/contactprovince/new | Path does not match |
| 137 | contactprovince_edit.en | /contactprovince/{id}/edit | Path does not match |
| 138 | contactprovince_edit.de | /de/contactprovince/{id}/edit | Path does not match |
| 139 | contactprovince_delete.en | /contactprovince/delete/{id} | Path does not match |
| 140 | contactprovince_delete.de | /de/contactprovince/delete/{id} | Path does not match |
| 141 | homepage.en | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.