Routing
shop.cart.add
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
| kind_id | "20" |
| rid | "159127" |
Route Redirection
This page redirects to:
https://www.dev.hebu-music.com/de/artikel/peter-fihn/musikverlag-georg-bauer-kg/am-waldesrand-sonntag-im-dorf.159127
(route: "n/a")
Route Matching Logs
Path to match:
/de/warenkorb/add/159127-20
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.coupon.index | /admin/coupons | Path does not match |
| 2 | admin.coupon.delete | /admin/coupons/{id}/delete | Path does not match |
| 3 | admin.coupon.table | /admin/coupons/table | Path does not match |
| 4 | admin.dashboard.index | /admin/ | Path does not match |
| 5 | admin.profile.index | /admin/profile/ | Path does not match |
| 6 | api.v1.upload | /api/v1/upload/{type}/{id} | Path does not match |
| 7 | shop.article.index.de | /de/artikel.{shop_id} | Path does not match |
| 8 | shop.article.index.en | /en/article.{shop_id} | Path does not match |
| 9 | shop.article.listing.de | /de/artikel/rid/{rids}/{page} | Path does not match |
| 10 | shop.article.listing.en | /en/article/rid/{rids}/{page} | Path does not match |
| 11 | shop.article.miniscore.de | /de/artikel/miniscore/{rid} | Path does not match |
| 12 | shop.article.miniscore.en | /en/article/miniscore/{rid} | Path does not match |
| 13 | shop.article.newest.de | /de/artikel.{shop_id}/neueste/{page} | Path does not match |
| 14 | shop.article.newest.en | /en/article.{shop_id}/newest/{page} | Path does not match |
| 15 | shop.article.show.de | /de/artikel/{musician}/{publisher}/{name}.{rid} | Path does not match |
| 16 | shop.article.show.en | /en/article/{musician}/{publisher}/{name}.{rid} | Path does not match |
| 17 | shop.cart.index.de | /de/warenkorb/ | Path does not match |
| 18 | shop.cart.index.en | /en/cart/ | Path does not match |
| 19 | shop.cart.add.de | /de/warenkorb/add/{rid}-{kind_id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.