Routing
civil_search
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/civil-search
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | index.en | / | Path does not match |
| 2 | index.ru | /ru/ | Path does not match |
| 3 | index.hy | /hy/ | Path does not match |
| 4 | settings.en | /settings | Path does not match |
| 5 | settings.ru | /ru/settings | Path does not match |
| 6 | settings.hy | /hy/settings | Path does not match |
| 7 | moderator.en | /moderator | Path does not match |
| 8 | moderator.ru | /ru/moderator | Path does not match |
| 9 | moderator.hy | /hy/moderator | Path does not match |
| 10 | create_new.en | /create-new | Path does not match |
| 11 | create_new.ru | /ru/create-new | Path does not match |
| 12 | create_new.hy | /hy/create-new | Path does not match |
| 13 | edit.en | /edit/{id} | Path does not match |
| 14 | edit.ru | /ru/edit/{id} | Path does not match |
| 15 | edit.hy | /hy/edit/{id} | Path does not match |
| 16 | criminal_search.en | /criminal-search | Path does not match |
| 17 | criminal_search.ru | /ru/criminal-search | Path does not match |
| 18 | criminal_search.hy | /hy/criminal-search | Path does not match |
| 19 | civil_search.en | /civil-search | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.