Routing
app_index
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 | _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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | app_admin | /admin | Path does not match |
| 16 | app_api_column_template | /api/column/template | Path does not match |
| 17 | api_save_column_template | /api/column-templates | Path does not match |
| 18 | api_delete_column_template | /api/column-templates/delete | Path does not match |
| 19 | api_render_detail_row_view | /api/detail-row-view | Path does not match |
| 20 | api_render_no_matches_view | /api/render-no-matches-view | Path does not match |
| 21 | api_copywriting_list | /api/copywriting | Path does not match |
| 22 | api_change_locale | /api/change-locale/{locale} | Path does not match |
| 23 | api_statistics | /api/statistics | Path does not match |
| 24 | api_get_client_list | /api/get-client-list | Path does not match |
| 25 | api_website_map_existing_content | /api/website-map/existing-content | Path does not match |
| 26 | api_create_record | /api/website-map/create | Path does not match |
| 27 | api_update_field | /api/website-map/update | Path does not match |
| 28 | api_delete_row | /api/website-map/delete | Path does not match |
| 29 | save_template | /api/website-map/save-template | Path does not match |
| 30 | get_templates | /api/website-map/get-templates | Path does not match |
| 31 | api_website_overview_content | /api/website-overview/overview-content | Path does not match |
| 32 | api_create_category | /api/website-overview/create-category | Path does not match |
| 33 | api_create_item | /api/website-overview/create-item | Path does not match |
| 34 | api_update_item | /api/website-overview/update-item | Path does not match |
| 35 | api_delete_items | /api/website-overview/remove-items | Path does not match |
| 36 | api_website_plan_existing_content | /api/website-plan/existing-content | Path does not match |
| 37 | api_create_category_plan | /api/website-plan/create-category | Path does not match |
| 38 | api_create_record_plan | /api/website-plan/create | Path does not match |
| 39 | api_update_field_plan | /api/website-plan/update | Path does not match |
| 40 | api_delete_row_plan | /api/website-plan/delete | Path does not match |
| 41 | save_template_plan | /api/website-plan/save-template | Path does not match |
| 42 | get_templates_plan | /api/website-plan/get-templates | Path does not match |
| 43 | app_login | /login | Path does not match |
| 44 | app_logout | /logout | Path does not match |
| 45 | app_register | /register | Path does not match |
| 46 | app_forgot_password_request | /reset-password | Path does not match |
| 47 | app_check_email | /reset-password/check-email | Path does not match |
| 48 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 49 | app_client | /clients | Path does not match |
| 50 | copywriting_index | /copywriting | Path does not match |
| 51 | copywriting_new | /copywriting/new | Path does not match |
| 52 | copywriting_edit | /copywriting/{id}/edit | Path does not match |
| 53 | copywriting_delete | /copywriting/{id} | Path does not match |
| 54 | app_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.