Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | admin-home | /os-admin/ | Path does not match |
| 14 | login | /os-admin/login/ | Path does not match |
| 15 | forgot-password | /os-admin/forgot-password/ | Path does not match |
| 16 | logout | /os-admin/logout | Path does not match |
| 17 | app-stats | /os-admin/app-stats | Path does not match |
| 18 | parameters | /os-admin/parameters/ | Path does not match |
| 19 | users-admin-page | /os-admin/users/page/{offset} | Path does not match |
| 20 | users-admin | /os-admin/users/ | Path does not match |
| 21 | users-search-admin-page | /os-admin/users/search/{keywords}/page/{offset}/ | Path does not match |
| 22 | users-search-admin | /os-admin/users/search/{keywords}/ | Path does not match |
| 23 | users-disabled-admin-page | /os-admin/users-disabled/page/{offset} | Path does not match |
| 24 | users-disabled-admin | /os-admin/users-disabled/ | Path does not match |
| 25 | users-disabled-search-admin-page | /os-admin/users-disabled/search/{keywords}/page/{offset}/ | Path does not match |
| 26 | users-disabled-search-admin | /os-admin/users-disabled/search/{keywords}/ | Path does not match |
| 27 | users-enabled-admin-page | /os-admin/users-enabled/page/{offset} | Path does not match |
| 28 | users-enabled-admin | /os-admin/users-enabled/ | Path does not match |
| 29 | users-enabled-search-admin-page | /os-admin/users-enabled/search/{keywords}/page/{offset}/ | Path does not match |
| 30 | users-v-search-admin | /os-admin/users-enabled/search/{keywords}/ | Path does not match |
| 31 | users-new | /os-admin/users/add | Path does not match |
| 32 | users-edit | /os-admin/users/edit/{id}/ | Path does not match |
| 33 | users-account-edit | /os-admin/account/edit/ | Path does not match |
| 34 | users-password-edit | /os-admin/account/password-edit/ | Path does not match |
| 35 | users-enable | /os-admin/users/enabled/{id}/ | Path does not match |
| 36 | users-reset | /os-admin/users/reset/{id}/ | Path does not match |
| 37 | users-reset-password | /os-admin/reset-password/ | Path does not match |
| 38 | users-first-login | /os-admin/first-login/{token}/{email}/ | Path does not match |
| 39 | users-view | /os-admin/users/view/{id}/ | Path does not match |
| 40 | users-account | /os-admin/account/ | Path does not match |
| 41 | users-my-dashbord | /os-admin/dashbord/ | Path does not match |
| 42 | users-my-dashbord-page | /os-admin/dashbord/page/{offset}/ | Path does not match |
| 43 | users-my-dashbord-search | /os-admin/dashbord/search/{offset}/ | Path does not match |
| 44 | users-dashbord | /os-admin/users/dashbord/{id}/ | Path does not match |
| 45 | users-dashbord-page | /os-admin/users/dashbord/{id}/page/{offset}/ | Path does not match |
| 46 | users-dashbord-search | /os-admin/users/dashbord/{id}/search/{offset}/ | Path does not match |
| 47 | users-dashbords | /os-admin/users/activities/ | Path does not match |
| 48 | users-dashbords-page | /os-admin/users/activities/page/{offset}/ | Path does not match |
| 49 | users-dashbords-search | /os-admin/users/activities/search/{keywords}/ | Path does not match |
| 50 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.