Routing
shop.my-hebu.login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/de/mein-hebu/login
| # | 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} | Path does not match |
| 12 | shop.cart.index.de | /de/warenkorb/ | Path does not match |
| 13 | shop.cart.index.en | /en/cart/ | Path does not match |
| 14 | shop.cart.add.de | /de/warenkorb/add/{id}-{kind_id} | Path does not match |
| 15 | shop.cart.add.en | /en/cart/add/{id}-{kind_id} | Path does not match |
| 16 | shop.cart.clear.de | /de/warenkorb/clear | Path does not match |
| 17 | shop.cart.clear.en | /en/cart/clear | Path does not match |
| 18 | shop.cart.upload.de | /de/warenkorb/upload | Path does not match |
| 19 | shop.cart.upload.en | /en/cart/upload | Path does not match |
| 20 | shop.cart.remove.de | /de/warenkorb/remove/{index} | Path does not match |
| 21 | shop.cart.remove.en | /en/cart/remove/{index} | Path does not match |
| 22 | shop.cart.set_country.de | /de/warenkorb/set_country/{id} | Path does not match |
| 23 | shop.cart.set_country.en | /en/cart/set_country/{id} | Path does not match |
| 24 | shop.cart.set_quantity.de | /de/warenkorb/set_quantity/{index}/{value} | Path does not match |
| 25 | shop.cart.set_quantity.en | /en/cart/set_quantity/{index}/{value} | Path does not match |
| 26 | shop.cart.set_version.de | /de/warenkorb/set_version/{index}/{value} | Path does not match |
| 27 | shop.cart.set_version.en | /en/cart/set_version/{index}/{value} | Path does not match |
| 28 | shop.catalog.index.de | /de/kataloge.{shop_id}/{page} | Path does not match |
| 29 | shop.catalog.index.en | /en/catalogs.{shop_id}/{page} | Path does not match |
| 30 | shop.catalog.show.de | /de/katalog/{name}.{rid} | Path does not match |
| 31 | shop.catalog.show.en | /en/catalog/{name}.{rid} | Path does not match |
| 32 | shop.catalog.newest.de | /de/kataloge.{shop_id}/neueste/{page} | Path does not match |
| 33 | shop.catalog.newest.en | /en/catalogs.{shop_id}/newest/{page} | Path does not match |
| 34 | shop.category.index.de | /de/kategorie/ | Path does not match |
| 35 | shop.category.index.en | /en/category/ | Path does not match |
| 36 | shop.category.show.de | /de/kategorie/{name}.{shop_id}-{id}/{page} | Path does not match |
| 37 | shop.category.show.en | /en/category/{name}.{shop_id}-{id}/{page} | Path does not match |
| 38 | shop.category.show.path.de | /de/kategorie/{path}/{name}.{shop_id}-{id}/{page} | Path does not match |
| 39 | shop.category.show.path.en | /en/category/{path}/{name}.{shop_id}-{id}/{page} | Path does not match |
| 40 | shop.home.index | /{_locale}/ | Path does not match |
| 41 | shop.home.contact.de | /de/kontakt | Path does not match |
| 42 | shop.home.contact.en | /en/contact | Path does not match |
| 43 | shop.home.locale | /{_locale}/locale | Path does not match |
| 44 | shop.home.logo | /{_locale}/logo | Path does not match |
| 45 | shop.home.shop | /{_locale}/shop.{shop_id} | Path does not match |
| 46 | shop.home.terms.de | /de/agb | Path does not match |
| 47 | shop.home.terms.en | /en/terms | Path does not match |
| 48 | shop.home.privacy.de | /de/datenschutz | Path does not match |
| 49 | shop.home.privacy.en | /en/privacy | Path does not match |
| 50 | shop.home.shipping.de | /de/versandkosten | Path does not match |
| 51 | shop.home.shipping.en | /en/shipping | Path does not match |
| 52 | shop.home.about.de | /de/ueber-uns | Path does not match |
| 53 | shop.home.about.en | /en/about-us | Path does not match |
| 54 | shop.home.imprint.de | /de/impressum | Path does not match |
| 55 | shop.home.imprint.en | /en/imprint | Path does not match |
| 56 | shop.home.withdrawal.de | /de/widerrufsbelehrung | Path does not match |
| 57 | shop.home.withdrawal.en | /en/withdrawal | Path does not match |
| 58 | shop.musician.show.de | /de/musiker/{name}.{rid}/{page} | Path does not match |
| 59 | shop.musician.show.en | /en/musician/{name}.{rid}/{page} | Path does not match |
| 60 | shop.my-hebu.index.de | /de/mein-hebu/ | Path does not match |
| 61 | shop.my-hebu.index.en | /en/my-hebu/ | Path does not match |
| 62 | shop.my-hebu.login.de | /de/mein-hebu/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.