Routing
web_homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.