Routing
products-product:public.promo
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "ru" |
Route Matching Logs
Path to match:
/promo
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | core:public.homepage.ru | /{page} | Path almost matches, but Requirement for "page" does not match (\d+) |
| 2 | core:public.google.verification.ru | /google44f3d88c6d59a486.html | Path does not match |
| 3 | auth-email:public.login.ru | /login | Path does not match |
| 4 | search:public.search | /search | Path does not match |
| 5 | products-product:public.model.ru | /catalog/{category}/{url}/model/{offer}/{variation} | Path does not match |
| 6 | products-product:public.notfound.ru | /catalog/{category}/{url}/{offer}/{variation}/{modification}/notfound | Path does not match |
| 7 | products-product:public.promo.ru | /promo | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.