https://test.mirbusin.ru/user

Routing

user_no_locale Matched route

Route Parameters

Name Value
_locale
"ru"

Route Redirection

This page redirects to:

/ru/login

Route Matching Logs

Path to match: /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 app_test /test Path does not match
4 app_test_time /test/time Path does not match
5 app_test_phpinfo /test/info Path does not match
6 block_usermenu /{_locale}/clientmenu Path does not match
7 migrate /migrate Path does not match
8 register_no_locale /register Path does not match
9 register /{_locale}/register Path does not match
10 app_sitemap_no_locale /sitemap Path does not match
11 app_sitemap /{_locale}/sitemap Path does not match
12 user_no_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.