Routing
create_account
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
| listino | null |
Route Matching Logs
Path to match:
/it/customer/account/crea-account
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | user_control_panel_with_listino.it | /it-{listino}/customer/panel | Path does not match |
| 2 | user_control_panel_with_listino.en | /en-{listino}/customer/panel | Path does not match |
| 3 | user_control_panel.it | /it/customer/panel | Path does not match |
| 4 | user_control_panel.en | /en/customer/panel | Path does not match |
| 5 | product_page_with_listino.it | /it-{listino}/shoponline/{url_product}.{product_code} | Path does not match |
| 6 | product_page_with_listino.en | /en-{listino}/shoponline/{url_product}.{product_code} | Path does not match |
| 7 | product_page.it | /it/shoponline/{url_product}.{product_code} | Path does not match |
| 8 | product_page.en | /en/shoponline/{url_product}.{product_code} | Path does not match |
| 9 | accessibility_with_listino.it | /it-{listino}/accessibilita | Path does not match |
| 10 | accessibility_with_listino.en | /en-{listino}/accessibility | Path does not match |
| 11 | accessibility.it | /it/accessibilita | Path does not match |
| 12 | accessibility.en | /en/accessibility | Path does not match |
| 13 | sustainability_our_story_with_listino.it | /it-{listino}/la-nostra-storia | Path does not match |
| 14 | sustainability_our_story_with_listino.en | /en-{listino}/our-story | Path does not match |
| 15 | sustainability_our_goal_with_listino.it | /it-{listino}/il-nostro-obiettivo | Path does not match |
| 16 | sustainability_our_goal_with_listino.en | /en-{listino}/our-goal | Path does not match |
| 17 | explore_with_listino.it | /it-{listino}/esplora | Path does not match |
| 18 | explore_with_listino.en | /en-{listino}/explore | Path does not match |
| 19 | customer_login.it | /it/customer/account/login | Path does not match |
| 20 | customer_login.en | /en/customer/account/login | Path does not match |
| 21 | security_logout.it | /it/logout | Path does not match |
| 22 | security_logout.en | /en/logout | Path does not match |
| 23 | 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.