Routing
create_account
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
| listino | null |
Route Redirection
This page redirects to:
/it-it/customer/account/crea-account
(route: "n/a")
Route Matching Logs
Path to match:
/it/customer/account/crea-account
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | customer_login.it | /it/customer/account/login | Path does not match |
| 2 | customer_login.en | /en/customer/account/login | Path does not match |
| 3 | security_logout.it | /it/logout | Path does not match |
| 4 | security_logout.en | /en/logout | Path does not match |
| 5 | create_account.it | /it/customer/account/crea-account | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.