Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://157.230.187.195/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_account_my | /account | Path does not match |
2 | app_changelog_list | /changelogs | Path does not match |
3 | app_contact_form | /contacts/form | Path does not match |
4 | app_contact_index | /contacts | Path does not match |
5 | app_contact_support_ticket | /contacts/support/form | Path does not match |
6 | app_custom_field_list | /custom-fields | Path does not match |
7 | app_custom_field_create | /custom-fields | Path does not match |
8 | app_custom_field_edit | /custom-fields/{id}/edit | Path does not match |
9 | app_custom_field_delete | /custom-fields/{id}/delete | Path does not match |
10 | app_custom_field_reorder_position | /custom-fields/reorder/position | Path does not match |
11 | app_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.