Routing
home3
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_create_excel | /admin/ajax/create_excel/{entityName} | Path does not match |
| 2 | remove_file | /intranet/removeFile | Path does not match |
| 3 | remove_document | /intranet/removeDocument | Path does not match |
| 4 | get_images | /intranet/get_images/{id}/{section}/{type} | Path does not match |
| 5 | upload_images | /intranet/upload_images | Path does not match |
| 6 | upload_documents | /intranet/upload_documents | Path does not match |
| 7 | get_documents | /intranet/get_documents/{id}/{section}/{type} | Path does not match |
| 8 | validateFile | /intranet/validateFile | Path does not match |
| 9 | admin_list_operator | /admin/operadores | Path does not match |
| 10 | admin_change_supervisor | /admin/operador/cambio_de_supervisor/{id} | Path does not match |
| 11 | admin_show_sections | /admin/stay/list_sections | Path does not match |
| 12 | admin_add_section | /admin/section/add_section | Path does not match |
| 13 | admin_edit_section | /admin/edit/section/{id} | Path does not match |
| 14 | admin_delete_section | /admin/delete_section/{id} | Path does not match |
| 15 | admin_activate_section | /admin/activate__stay_category/{id} | Path does not match |
| 16 | login | /login | Path does not match |
| 17 | sort | /admin/sort | Path does not match |
| 18 | sortRelatedItems | /admin/sortRelatedItems | Path does not match |
| 19 | list_users | /admin/users | Path does not match |
| 20 | add_user | /admin/add_user | Path does not match |
| 21 | editUser | /edit_user/{id} | Path does not match |
| 22 | activateUser | /activate_user/{id} | Path does not match |
| 23 | admin_delete_user | /admin/delete_user/{id} | Path does not match |
| 24 | list_texts | /admin/text | Path does not match |
| 25 | add_text | /admin/add_text | Path does not match |
| 26 | edit_text | /admin/edit_text/{id} | Path does not match |
| 27 | delete_text | /admin/delete_text/{id} | Path does not match |
| 28 | activate_text | /admin/activate_text/{id} | Path does not match |
| 29 | social | /{_locale}/social | Path does not match |
| 30 | single_company_frontend | /private_area/search/single_company/{id} | Path does not match |
| 31 | search_region | /ajax/search_region | Path does not match |
| 32 | search_city | /ajax/search_city | Path does not match |
| 33 | home3 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.