Routing
thema_url
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it-IT" |
| themaSlug | "harry-potter" |
Route Matching Logs
Path to match:
/it-IT/harry-potter
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_bricksearch_parts | /{_locale}/bricksearch/parts | Path does not match |
| 2 | app_bricksearch | /{_locale}/bricksearch | Path does not match |
| 3 | app_bricksearch_part_productpage | /{_locale}/bricksearch/{colorId}/{partNum}/{slug} | Path does not match |
| 4 | productpage | /{_locale}/{themaSlug}/{productId}/{mpn}/{productSlug} | Path does not match |
| 5 | app_homepage | /{_locale}/ | Path does not match |
| 6 | all_themes_overview | /{_locale}/{themaSlug} | Path almost matches, but Requirement for "themaSlug" does not match (all-themes|alle-themas) |
| 7 | content_page | /{_locale}/{contentSlug} | Path almost matches, but Requirement for "contentSlug" does not match ((?!(blog|bricksearch|account)).+\.html) |
| 8 | blog_overview | /{_locale}/blog | Path does not match |
| 9 | product_rate | /rate/product/{id}/rate | Path does not match |
| 10 | blog_detail | /{_locale}/blog/{slug}.html | Path does not match |
| 11 | thema_url | /{_locale}/{themaSlug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.