https://dev.shop.bak2.com/fr/

Routing

app_app Matched route

Route Parameters

Name Value
_locale
"fr"
path
""

Route Redirection

This page redirects to:

/fr/stock/ (route: "n/a")

Route Matching Logs

Path to match: /fr/
# Route name Path Log
1 app_address_index /{_locale}/address/ Path does not match
2 app_address_new /{_locale}/address/new Path does not match
3 app_address_show /{_locale}/address/{id} Path does not match
4 app_address_edit /{_locale}/address/{id}/edit Path does not match
5 app_address_delete /{_locale}/address/{id} Path does not match
6 app_api /{_locale}/api/ Path does not match
7 app_api_order_new /{_locale}/api/order/new Path does not match
8 app_api_checkout /{_locale}/api/checkout Path does not match
9 app_app /{_locale}/ Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.