Routing
shop.article.show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| musician | "paul-lincke" |
| name | "berliner-luft-marsch" |
| publisher | "hebu-musikverlag-gmbh" |
| rid | "288576" |
Route Matching Logs
Path to match:
/en/article/paul-lincke/hebu-musikverlag-gmbh/berliner-luft-marsch.288576
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.v1.upload | /api/v1/upload/{type}/{id} | Path does not match |
| 2 | shop.article.index.de | /de/artikel.{shop_id} | Path does not match |
| 3 | shop.article.index.en | /en/article.{shop_id} | Path does not match |
| 4 | shop.article.listing.de | /de/artikel/rid/{rids}/{page} | Path does not match |
| 5 | shop.article.listing.en | /en/article/rid/{rids}/{page} | Path does not match |
| 6 | shop.article.miniscore.de | /de/artikel/miniscore/{rid} | Path does not match |
| 7 | shop.article.miniscore.en | /en/article/miniscore/{rid} | Path does not match |
| 8 | shop.article.newest.de | /de/artikel.{shop_id}/neueste/{page} | Path does not match |
| 9 | shop.article.newest.en | /en/article.{shop_id}/newest/{page} | Path does not match |
| 10 | shop.article.show.de | /de/artikel/{musician}/{publisher}/{name}.{rid} | Path does not match |
| 11 | shop.article.show.en | /en/article/{musician}/{publisher}/{name}.{rid} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.