https://www.test.dombusin.com/uk/user

Routing

user Matched route

Route Parameters

Name Value
_locale
"uk"

Route Redirection

This page redirects to:

/uk/login

Route Matching Logs

Path to match: /uk/user
# Route name Path Log
1 cart_order_repeat_no_locale /api/cart/repeat-order/{order_id} Path does not match
2 cart_order_repeat /{_locale}/api/cart/repeat-order/{order_id} Path does not match
3 block_usermenu /{_locale}/clientmenu Path does not match
4 migrate /migrate Path does not match
5 register_no_locale /register Path does not match
6 register /{_locale}/register Path does not match
7 app_sitemap_no_locale /sitemap Path does not match
8 app_sitemap /{_locale}/sitemap Path does not match
9 user_no_locale /user Path does not match
10 user /{_locale}/user Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.