Routing
shop.home.index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
| httpPort | 80 |
| httpsPort | 443 |
| path | "/de/" |
| permanent | true |
| scheme | null |
Route Redirection
This page redirects to:
https://dev.sheetmusicdownload.eu/de/
(route: "shop.home.index")
Route Matching Logs
Path to match:
/de
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.article.index | /admin/article/ | Path does not match |
| 2 | admin.article.delete | /admin/article/{id}/delete | Path does not match |
| 3 | admin.article.add | /admin/article/add | Path does not match |
| 4 | admin.article.edit | /admin/article/{id}/edit | Path does not match |
| 5 | admin.article.table | /admin/article/table | Path does not match |
| 6 | admin.dashboard.index | /admin/ | Path does not match |
| 7 | admin.download.index | /admin/downloads/ | Path does not match |
| 8 | admin.download.delete | /admin/downloads/{id}/delete | Path does not match |
| 9 | admin.download.reset | /admin/downloads/{id}/reset | Path does not match |
| 10 | admin.download.view | /admin/downloads/{id}/view | Path does not match |
| 11 | admin.download.table | /admin/downloads/table | Path does not match |
| 12 | admin.external.rids.index | /admin/external/rids/ | Path does not match |
| 13 | admin.external.rids.add | /admin/external/rids/add | Path does not match |
| 14 | admin.external.rids.edit | /admin/external/rids/{id}/edit | Path does not match |
| 15 | admin.external.rids.delete | /admin/external/rids/{id}/delete | Path does not match |
| 16 | admin.external.rids.table | /admin/external/rids/table | Path does not match |
| 17 | admin.order.index | /admin/order/ | Path does not match |
| 18 | admin.order.cancel | /admin/order/{id}/cancel | Path does not match |
| 19 | admin.order.delete | /admin/order/{id}/delete | Path does not match |
| 20 | admin.order.pdf_cancel | /admin/order/{id}/pdf/cancel | Path does not match |
| 21 | admin.order.pdf_invoice | /admin/order/{id}/pdf/invoice | Path does not match |
| 22 | admin.order.send | /admin/order/{id}/send | Path does not match |
| 23 | admin.order.view | /admin/order/{id}/view | Path does not match |
| 24 | admin.order.table | /admin/order/table | Path does not match |
| 25 | admin.profile.index | /admin/profile/ | Path does not match |
| 26 | admin.publisher.index | /admin/publisher/ | Path does not match |
| 27 | admin.publisher.delete | /admin/publisher/{id}/delete | Path does not match |
| 28 | admin.publisher.add | /admin/publisher/add | Path does not match |
| 29 | admin.publisher.edit | /admin/publisher/{id}/edit | Path does not match |
| 30 | admin.publisher.import | /admin/publisher/import | Path does not match |
| 31 | admin.publisher.import.id | /admin/publisher/import/{id} | Path does not match |
| 32 | admin.publisher.list | /admin/publisher/list | Path does not match |
| 33 | admin.publisher.table | /admin/publisher/table | Path does not match |
| 34 | admin.settings.index | /admin/settings/ | Path does not match |
| 35 | admin.shop.index | /admin/shop/ | Path does not match |
| 36 | admin.shop.delete | /admin/shop/{id}/delete | Path does not match |
| 37 | admin.shop.add | /admin/shop/add | Path does not match |
| 38 | admin.shop.edit | /admin/shop/{id}/edit | Path does not match |
| 39 | admin.shop.logo | /admin/shop/{id}/logo | Path does not match |
| 40 | admin.shop.table | /admin/shop/table | Path does not match |
| 41 | admin.shop.publisher_remove | /admin/shop/{id}/publisher/{pid}/remove | Path does not match |
| 42 | admin.shop.user_remove | /admin/shop/{id}/user/{uid}/remove | Path does not match |
| 43 | admin.sync.index | /admin/sync/ | Path does not match |
| 44 | admin.sync.execute | /admin/sync/execute/{type}/{id} | Path does not match |
| 45 | admin.sync.list | /admin/sync/list/{type}/{next} | Path does not match |
| 46 | admin.user.index | /admin/user/ | Path does not match |
| 47 | admin.user.delete | /admin/user/{id}/delete | Path does not match |
| 48 | admin.user.add | /admin/user/add | Path does not match |
| 49 | admin.user.edit | /admin/user/{id}/edit | Path does not match |
| 50 | admin.user.table | /admin/user/table | Path does not match |
| 51 | api.v1.article | /api/v1/article/{id}/{rid} | Path does not match |
| 52 | api.v1.articles | /api/v1/articles | Path does not match |
| 53 | api.v1.upload | /api/v1/upload/{type}/{id} | Path does not match |
| 54 | shop.api.index | /{_locale}/api/index | Path does not match |
| 55 | shop.api.info | /{_locale}/api/info | Path does not match |
| 56 | shop.article.show.de | /de/artikel/{musician}/{publisher}/{name}.{id} | Path does not match |
| 57 | shop.article.show.en | /en/article/{musician}/{publisher}/{name}.{id} | Path does not match |
| 58 | shop.article.link.id.de | /de/artikel/id/{id} | Path does not match |
| 59 | shop.article.link.id.en | /en/article/id/{id} | Path does not match |
| 60 | shop.article.link.rid.de | /de/artikel/rid/{rid} | Path does not match |
| 61 | shop.article.link.rid.en | /en/article/rid/{rid} | Path does not match |
| 62 | shop.assets.translations | /{_locale}/assets/translations | Path does not match |
| 63 | shop.assets.urls | /{_locale}/assets/urls | Path does not match |
| 64 | shop.cart.index.de | /de/warenkorb/ | Path does not match |
| 65 | shop.cart.index.en | /en/cart/ | Path does not match |
| 66 | shop.cart.add.de | /de/warenkorb/add | Path does not match |
| 67 | shop.cart.add.en | /en/cart/add | Path does not match |
| 68 | shop.cart.clear.de | /de/warenkorb/clear | Path does not match |
| 69 | shop.cart.clear.en | /en/cart/clear | Path does not match |
| 70 | shop.cart.remove.de | /de/warenkorb/remove/{index} | Path does not match |
| 71 | shop.cart.remove.en | /en/cart/remove/{index} | Path does not match |
| 72 | shop.category.index.de | /de/kategorie/ | Path does not match |
| 73 | shop.category.index.en | /en/category/ | Path does not match |
| 74 | shop.category.detail.de | /de/kategorie/{name}.{id} | Path does not match |
| 75 | shop.category.detail.en | /en/category/{name}.{id} | Path does not match |
| 76 | shop.category.show.de | /de/kategorie/{name}.{id}/{page} | Path does not match |
| 77 | shop.category.show.en | /en/category/{name}.{id}/{page} | Path does not match |
| 78 | shop.category.show.path.de | /de/kategorie/{path}/{name}.{id}/{page} | Path does not match |
| 79 | shop.category.show.path.en | /en/category/{path}/{name}.{id}/{page} | Path does not match |
| 80 | shop.data.countries | /{_locale}/data/countries | Path does not match |
| 81 | shop.home.index | /{_locale}/ | Path does not match |
| 82 | shop.home.locale | /{_locale}/locale | Path does not match |
| 83 | shop.home.logo | /{_locale}/logo | Path does not match |
| 84 | shop.home.terms.de | /de/agb | Path does not match |
| 85 | shop.home.terms.en | /en/terms | Path does not match |
| 86 | shop.home.privacy.de | /de/datenschutz | Path does not match |
| 87 | shop.home.privacy.en | /en/privacy | Path does not match |
| 88 | shop.home.about.de | /de/ueber-uns | Path does not match |
| 89 | shop.home.about.en | /en/about-us | Path does not match |
| 90 | shop.home.imprint.de | /de/impressum | Path does not match |
| 91 | shop.home.imprint.en | /en/imprint | Path does not match |
| 92 | shop.home.withdrawal.de | /de/widerruf | Path does not match |
| 93 | shop.home.withdrawal.en | /en/withdrawal | Path does not match |
| 94 | shop.order.guest.de | /de/bestellung/gast | Path does not match |
| 95 | shop.order.guest.en | /en/order/guest | Path does not match |
| 96 | shop.order.start.de | /de/bestellung/start | Path does not match |
| 97 | shop.order.start.en | /en/order/start | Path does not match |
| 98 | shop.order.step_1.de | /de/bestellung/1 | Path does not match |
| 99 | shop.order.step_1.en | /en/order/1 | Path does not match |
| 100 | shop.order.step_2.de | /de/bestellung/2 | Path does not match |
| 101 | shop.order.step_2.en | /en/order/2 | Path does not match |
| 102 | shop.order.step_3.de | /de/bestellung/3 | Path does not match |
| 103 | shop.order.step_3.en | /en/order/3 | Path does not match |
| 104 | shop.order.create.de | /de/bestellung/create/{uuid} | Path does not match |
| 105 | shop.order.create.en | /en/order/create/{uuid} | Path does not match |
| 106 | shop.order.execute.de | /de/bestellung/execute/{uuid} | Path does not match |
| 107 | shop.order.execute.en | /en/order/execute/{uuid} | Path does not match |
| 108 | shop.profile.articles.index.de | /de/profil/artikel/ | Path does not match |
| 109 | shop.profile.articles.index.en | /en/profile/articles/ | Path does not match |
| 110 | shop.profile.articles.list.de | /de/profil/artikel/list | Path does not match |
| 111 | shop.profile.articles.list.en | /en/profile/articles/list | Path does not match |
| 112 | shop.profile.articles.preview.de | /de/profil/artikel/preview/{id} | Path does not match |
| 113 | shop.profile.articles.preview.en | /en/profile/articles/preview/{id} | Path does not match |
| 114 | shop.profile.articles.save.de | /de/profil/artikel/save | Path does not match |
| 115 | shop.profile.articles.save.en | /en/profile/articles/save | Path does not match |
| 116 | shop.profile.data.addresses.de | /de/profil/data/addresses | Path does not match |
| 117 | shop.profile.data.addresses.en | /en/profile/data/addresses | Path does not match |
| 118 | shop.profile.data.genres.de | /de/profil/data/genres | Path does not match |
| 119 | shop.profile.data.genres.en | /en/profile/data/genres | Path does not match |
| 120 | shop.profile.data.kinds.de | /de/profil/data/kinds | Path does not match |
| 121 | shop.profile.data.kinds.en | /en/profile/data/kinds | Path does not match |
| 122 | shop.profile.data.musicians.de | /de/profil/data/musicians | Path does not match |
| 123 | shop.profile.data.musicians.en | /en/profile/data/musicians | Path does not match |
| 124 | shop.profile.data.publishers.de | /de/profil/data/publishers | Path does not match |
| 125 | shop.profile.data.publishers.en | /en/profile/data/publishers | Path does not match |
| 126 | shop.profile.data.taxes.de | /de/profil/data/taxes | Path does not match |
| 127 | shop.profile.data.taxes.en | /en/profile/data/taxes | Path does not match |
| 128 | shop.profile.data.upload.de | /de/profil/data/upload | Path does not match |
| 129 | shop.profile.data.upload.en | /en/profile/data/upload | Path does not match |
| 130 | shop.profile.kinds.names.de | /de/profil/kinds/names | Path does not match |
| 131 | shop.profile.kinds.names.en | /en/profile/kinds/names | Path does not match |
| 132 | shop.profile.index.de | /de/profil/ | Path does not match |
| 133 | shop.profile.index.en | /en/profile/ | Path does not match |
| 134 | shop.profile.index.shop.de | /de/profil/shop/{id} | Path does not match |
| 135 | shop.profile.index.shop.en | /en/profile/shop/{id} | Path does not match |
| 136 | shop.profile.delete_account.de | /de/profil/delete_account | Path does not match |
| 137 | shop.profile.delete_account.en | /en/profile/delete_account | Path does not match |
| 138 | shop.profile.downloads.de | /de/profil/downloads | Path does not match |
| 139 | shop.profile.downloads.en | /en/profile/downloads | Path does not match |
| 140 | shop.profile.orders.de | /de/profil/bestellungen | Path does not match |
| 141 | shop.profile.orders.en | /en/profile/orders | Path does not match |
| 142 | shop.profile.orders_invoice.de | /de/profil/bestellungen/rechnung/{uuid} | Path does not match |
| 143 | shop.profile.orders_invoice.en | /en/profile/orders/invoice/{uuid} | Path does not match |
| 144 | shop.profile.settings.de | /de/profil/einstellungen | Path does not match |
| 145 | shop.profile.settings.en | /en/profile/settings | Path does not match |
| 146 | shop.profile.sales.index.de | /de/profil/verkaeufe/ | Path does not match |
| 147 | shop.profile.sales.index.en | /en/profile/sales/ | Path does not match |
| 148 | shop.profile.sales.billing.de | /de/profil/verkaeufe/abrechnung/{nr} | Path does not match |
| 149 | shop.profile.sales.billing.en | /en/profile/sales/billing/{nr} | Path does not match |
| 150 | shop.profile.sales.list.de | /de/profil/verkaeufe/list/{shop_id} | Path does not match |
| 151 | shop.profile.sales.list.en | /en/profile/sales/list/{shop_id} | Path does not match |
| 152 | shop.profile.shops.index.de | /de/profil/shops/ | Path does not match |
| 153 | shop.profile.shops.index.en | /en/profile/shops/ | Path does not match |
| 154 | shop.profile.shops.list.de | /de/profil/shops/list | Path does not match |
| 155 | shop.profile.shops.list.en | /en/profile/shops/list | Path does not match |
| 156 | shop.publisher.index.de | /de/verlag/ | Path does not match |
| 157 | shop.publisher.index.en | /en/publisher/ | Path does not match |
| 158 | shop.publisher.show.de | /de/verlag/{name}.{id}/{page} | Path does not match |
| 159 | shop.publisher.show.en | /en/publisher/{name}.{id}/{page} | Path does not match |
| 160 | shop.search.index.de | /de/suche/ | Path does not match |
| 161 | shop.search.index.en | /en/search/ | Path does not match |
| 162 | shop.search.execute.de | /de/suche/q/{term}/{page} | Path does not match |
| 163 | shop.search.execute.en | /en/search/q/{term}/{page} | Path does not match |
| 164 | shop.search.preload.de | /de/suche/preload | Path does not match |
| 165 | shop.search.preload.en | /en/search/preload | Path does not match |
| 166 | download.index | /download/{order_nr}/{uuid} | Path does not match |
| 167 | download.check | /download/{order_nr}/{uuid}/check | Path does not match |
| 168 | download.execute | /download/{order_nr}/{uuid}/{type} | Path does not match |
| 169 | download.execute.part | /download/{order_nr}/{uuid}/{type}/{part_id} | Path does not match |
| 170 | root.index | / | Path does not match |
| 171 | security.login | /{_locale}/login | Path does not match |
| 172 | security.logout | /{_locale}/logout | Path does not match |
| 173 | security.password_forgotten.de | /de/passwort_vergessen | Path does not match |
| 174 | security.password_forgotten.en | /en/password_forgotten | Path does not match |
| 175 | security.register.de | /de/registrierung | Path does not match |
| 176 | security.register.en | /en/register | Path does not match |
| 177 | thumbnail | /thumbnail/{type}/{id}/{size}/{mode} | Path does not match |
| 178 | thumbnail.nr | /thumbnail/{type}/{id}.{nr}/{size}/{mode} | Path does not match |
| 179 | _wdt | /_wdt/{token} | Path does not match |
| 180 | _profiler_home | /_profiler/ | Path does not match |
| 181 | _profiler_search | /_profiler/search | Path does not match |
| 182 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 183 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 184 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 185 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 186 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 187 | _profiler_open_file | /_profiler/open | Path does not match |
| 188 | _profiler | /_profiler/{token} | Path does not match |
| 189 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 190 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 191 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.