Routing
to_account_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
country | "us" |
Route Matching Logs
Path to match:
/en-us/account/login
# | Route name | Path | Log |
---|---|---|---|
1 | index | / | Path does not match |
2 | image_ad | /image/ad/{path} | Path does not match |
3 | image_ad_mobile | /image/mobile/ad/{file} | Path does not match |
4 | image_ticketer | /image/ticketer/{path} | Path does not match |
5 | image_ticketer_mobile | /image/mobile/ticketer/{file} | Path does not match |
6 | image_insurance_mobile | /image/mobile/insurance/{file} | Path does not match |
7 | image_restaurant_mobile | /image/mobile/restaurant/{file} | Path does not match |
8 | image_img | /image/{path} | Path does not match |
9 | image_recruitment | /image/recruitment/{path} | Path does not match |
10 | image_insurance | /image/insurance/{path} | Path does not match |
11 | image_restaurant | /image/restaurant/{path} | Path does not match |
12 | to_account_logout | /{_locale}-{country}/account/logout | Path does not match |
13 | to_account_register | /{_locale}-{country}/account/register | Path does not match |
14 | to_account_registration_confirm | /{_locale}-{country}/account/registration/confirm | Path does not match |
15 | to_account_login | /{_locale}-{country}/account/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.