Routing
register_no_locale
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "ru" |
Route Matching Logs
Path to match:
/register
| # | 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 | app_test_nophoto | /test/nophoto | Path does not match |
| 7 | block_userlogin | /{_locale}/block/userlogin | Path does not match |
| 8 | block_usermenu | /{_locale}/clientmenu | Path does not match |
| 9 | migrate | /migrate | Path does not match |
| 10 | register_no_locale | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.