Routing
to_homepage
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
country | "us" |
Route Matching Logs
Path to match:
/fr-us/
# | 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 | Path does not match |
16 | to_account_qrcode | /{_locale}-{country}/account/qrcode | Path does not match |
17 | to_account_recover | /{_locale}-{country}/account/recover | Path does not match |
18 | to_account_recover_confirm | /{_locale}-{country}/account/recover/confirm | Path does not match |
19 | to_account_recover_validation | /{_locale}-{country}/account/recover/{token}/validation | Path does not match |
20 | to_account_registration_check | /{_locale}-{country}/account/registration/{phone}/check | Path does not match |
21 | to_api_login | /{_locale}-{country}/api/login | Path does not match |
22 | to_api_login_link | /{_locale}-{country}/api/login-link | Path does not match |
23 | to_author_permute | /{_locale}-{country}/author/permute | Path does not match |
24 | to_countries | /{_locale}-{country}/countries | Path does not match |
25 | to_homepage | /{_locale}-{country}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.