Routing
to_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| country | "ga" |
| newCountry | "vu" |
Route Redirection
This page redirects to:
/index.php/en-ga/account/login
(route: "n/a")
Route Matching Logs
Path to match:
/en-ga/index/vu
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_privacy_policy | /app/privacy_policy | Path does not match |
| 2 | app_app_terms_of_use | /app/terms_of_use | Path does not match |
| 3 | app_premium_success | /app/premium/{account}/{service}/success | Path does not match |
| 4 | app_premium_fail | /app/premium/{account}/{service}/fail | Path does not match |
| 5 | index | / | Path does not match |
| 6 | account | /account/delete/all/data | Path does not match |
| 7 | image_ad | /image/ad/{country}/{path} | Path does not match |
| 8 | image_ad_mobile | /image/mobile/ad/{country}/{file} | Path does not match |
| 9 | image_car | /image/car/{country}/{path} | Path does not match |
| 10 | image_car_mobile | /image/mobile/car/{country}/{file} | Path does not match |
| 11 | image_land | /image/land/{country}/{path} | Path does not match |
| 12 | image_land_mobile | /image/mobile/land/{country}/{file} | Path does not match |
| 13 | image_jackpot | /image/jackpot/{country}/{path} | Path does not match |
| 14 | image_jackpot_mobile | /image/mobile/jackpot/{country}/{file} | Path does not match |
| 15 | image_ticketer | /image/ticketer/{country}/{path} | Path does not match |
| 16 | image_ticketer_mobile | /image/mobile/ticketer/{country}/{file} | Path does not match |
| 17 | image_insurance_mobile | /image/mobile/insurance/{country}/{file} | Path does not match |
| 18 | image_restaurant_mobile | /image/mobile/restaurant/{country}/{file} | Path does not match |
| 19 | image_img | /image/{country}/{path} | Path does not match |
| 20 | image_recruitment | /image/recruitment/{country}/{path} | Path does not match |
| 21 | image_insurance | /image/insurance/{country}/{path} | Path does not match |
| 22 | image_restaurant | /image/restaurant/{country}/{path} | Path does not match |
| 23 | to_account_logout | /{_locale}-{country}/account/logout | Path does not match |
| 24 | to_account_delete | /{_locale}-{country}/account/delete | Path does not match |
| 25 | to_account_confirm_delete | /{_locale}-{country}/account/confirm/delete | Path does not match |
| 26 | to_account_login | /{_locale}-{country}/account/login | Path does not match |
| 27 | to_account_registration_check | /{_locale}-{country}/account/registration/{phone}/check | Path does not match |
| 28 | to_api_login | /{_locale}-{country}/api/login | Path does not match |
| 29 | to_api_login_link | /{_locale}-{country}/api/login-link | Path does not match |
| 30 | to_api_check_premium | /{_locale}-{country}/api/check-premium | Path does not match |
| 31 | to_app_premium_success | /{_locale}-{country}/app/premium/{account}/{service}/success | Path does not match |
| 32 | to_app_premium_fail | /{_locale}-{country}/app/premium/{account}/{service}/fail | Path does not match |
| 33 | to_author_permute | /{_locale}-{country}/author/permute | Path does not match |
| 34 | to_countries | /{_locale}-{country}/countries | Path does not match |
| 35 | to_homepage | /{_locale}-{country}/ | Path does not match |
| 36 | to_index | /{_locale}-{country}/index/{newCountry} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.