Routing
app_homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.en | /en/admin | Path does not match |
| 2 | admin.de | /admin | Path does not match |
| 3 | app_api_apisecurity_gettoken.en | /en/api/get-token | Path does not match |
| 4 | app_api_apisecurity_gettoken.de | /api/get-token | Path does not match |
| 5 | fence_heights_list.en | /en/api/fence_heights | Path does not match |
| 6 | fence_heights_list.de | /api/fence_heights | Path does not match |
| 7 | app_api_fence_updatefencestandard.en | /en/api/fence_faces/{face_id}/standards/{standard_id} | Path does not match |
| 8 | app_api_fence_updatefencestandard.de | /api/fence_faces/{face_id}/standards/{standard_id} | Path does not match |
| 9 | predefined_quotation_items_list.en | /en/api/predefined-quotation-items | Path does not match |
| 10 | predefined_quotation_items_list.de | /api/predefined-quotation-items | Path does not match |
| 11 | predefined_quotation_items_show.en | /en/api/predefined-quotation-items/{id} | Path does not match |
| 12 | predefined_quotation_items_show.de | /api/predefined-quotation-items/{id} | Path does not match |
| 13 | predefined_quotation_items_create.en | /en/api/predefined-quotation-items | Path does not match |
| 14 | predefined_quotation_items_create.de | /api/predefined-quotation-items | Path does not match |
| 15 | predefined_quotation_items_update.en | /en/api/predefined-quotation-items/{id} | Path does not match |
| 16 | predefined_quotation_items_update.de | /api/predefined-quotation-items/{id} | Path does not match |
| 17 | predefined_quotation_items_delete.en | /en/api/predefined-quotation-items/{id} | Path does not match |
| 18 | predefined_quotation_items_delete.de | /api/predefined-quotation-items/{id} | Path does not match |
| 19 | app_save_general_settings.en | /en/settings/save-general-settings | Path does not match |
| 20 | app_save_general_settings.de | /settings/save-general-settings | Path does not match |
| 21 | app_save_elements_descriptions.en | /en/settings/save-elements-descriptions | Path does not match |
| 22 | app_save_elements_descriptions.de | /settings/save-elements-descriptions | Path does not match |
| 23 | app_save_box_prices.en | /en/settings/save-box-prices | Path does not match |
| 24 | app_save_box_prices.de | /settings/save-box-prices | Path does not match |
| 25 | app_fence_offer_get_alfen_html.en | /en/fence-offer/get-alfen-offer-html/{id} | Path does not match |
| 26 | app_fence_offer_get_alfen_html.de | /fence-offer/get-alfen-offer-html/{id} | Path does not match |
| 27 | app_homepage.en | /en/ | Path does not match |
| 28 | app_homepage.de | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.