Routing
app_no_locale_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/es/
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | 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}/ | Path does not match |
| 10 | app_no_locale_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.