Routing
shop_product
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| slug | "screenova-roleta-winarm" |
Route Matching Logs
Path to match:
/en/screenova-roleta-winarm-p
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | inquiry_form.cs | /poptavka/{formType}/{selectedProduct} | Path does not match |
| 2 | inquiry_form.en | /en/poptavka/{formType}/{selectedProduct} | Path does not match |
| 3 | app_web_eshopcategory_index.cs | /{slug}_c | Path does not match |
| 4 | app_web_eshopcategory_index.en | /en/{slug}_c | Path does not match |
| 5 | sitemap.cs | /sitemap.xml | Path does not match |
| 6 | sitemap.en | /en/sitemap.xml | Path does not match |
| 7 | inquiry_form | /poptavka/{formType}/{selectedProduct} | Path does not match |
| 8 | app_web_eshopcategory_index | /{slug}_c | Path does not match |
| 9 | sitemap_index.cs | /sitemap.xml | Path does not match |
| 10 | sitemap_index.en | /en/sitemap.xml | Path does not match |
| 11 | web_homepage.cs | / | Path does not match |
| 12 | web_homepage.en | /en/ | Path does not match |
| 13 | sitemap_index | /sitemap.xml | Path does not match |
| 14 | web_homepage | / | Path does not match |
| 15 | custom_login.cs | /login | Path does not match |
| 16 | custom_login.en | /en/login | Path does not match |
| 17 | custom_api_login.cs | /api_login | Path does not match |
| 18 | custom_api_login.en | /en/api_login | Path does not match |
| 19 | shop_logout.cs | /logout | Path does not match |
| 20 | shop_logout.en | /en/logout | Path does not match |
| 21 | shop_order_steps.cs | /objednavka/{path} | Path does not match |
| 22 | shop_order_steps.en | /en/objednavka/{path} | Path does not match |
| 23 | custom_login | /login | Path does not match |
| 24 | custom_api_login | /api_login | Path does not match |
| 25 | shop_logout | /logout | Path does not match |
| 26 | shop_order_steps | /objednavka/{path} | Path does not match |
| 27 | app_forgot_password_request.cs | /reset-password | Path does not match |
| 28 | app_forgot_password_request.en | /en/reset-password | Path does not match |
| 29 | app_check_email.cs | /reset-password/check-email | Path does not match |
| 30 | app_check_email.en | /en/reset-password/check-email | Path does not match |
| 31 | app_reset_password.cs | /reset-password/reset/{token} | Path does not match |
| 32 | app_reset_password.en | /en/reset-password/reset/{token} | Path does not match |
| 33 | shop_register.cs | /registrace | Path does not match |
| 34 | shop_register.en | /en/registrace | Path does not match |
| 35 | app_test_index.cs | /test/ | Path does not match |
| 36 | app_test_index.en | /en/test/ | Path does not match |
| 37 | app_forgot_password_request | /reset-password | Path does not match |
| 38 | app_check_email | /reset-password/check-email | Path does not match |
| 39 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 40 | shop_register | /registrace | Path does not match |
| 41 | app_test_index | /test/ | Path does not match |
| 42 | fragment_assistant_box.cs | /_assistant-box/category-{category} | Path does not match |
| 43 | fragment_assistant_box.en | /en/_assistant-box/category-{category} | Path does not match |
| 44 | fragment_assistant_box | /_assistant-box/category-{category} | Path does not match |
| 45 | shop_product.cs | /{slug}-p | Path does not match |
| 46 | shop_product.en | /en/{slug}-p | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.