Routing
shop_product
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
slug | "rapid-lx" |
Route Matching Logs
Path to match:
/en/rapid-lx-p
# | Route name | Path | Log |
---|---|---|---|
1 | web_homepage.cs | / | Path does not match |
2 | web_homepage.en | /en/ | Path does not match |
3 | web_homepage | / | Path does not match |
4 | shop_product.cs | /{slug}-p | Path does not match |
5 | 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.