Routing
web_init
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "html" |
Route Redirection
This page redirects to:
/public/es/home
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 7 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 15 | app.swagger_ui | /api-doc | Path does not match |
| 16 | app.swagger | /api/doc.json | Path does not match |
| 17 | hwi_oauth_service_redirect | /connect/{service} | Path does not match |
| 18 | hwi_oauth_connect_service | /connect/service/{service} | Path does not match |
| 19 | hwi_oauth_connect_registration | /connect/registration/{key} | Path does not match |
| 20 | hwi_oauth_connect | /login/ | Path does not match |
| 21 | facebook_login | /oauthlogin/check-facebook | Path does not match |
| 22 | google_login | /oauthlogin/check-google | Path does not match |
| 23 | web_admin_cms_category_list | /admin/{_locale}/cms-category/list | Path does not match |
| 24 | web_admin_cms_category_register | /admin/{_locale}/cms-category/register | Path does not match |
| 25 | web_admin_cms_category_edit | /admin/{_locale}/cms-content/edit/{cmsCategoryId} | Path does not match |
| 26 | web_admin_cms_content_list | /admin/{_locale}/cms-content/list | Path does not match |
| 27 | web_admin_cms_content_register | /admin/{_locale}/cms-content/register | Path does not match |
| 28 | web_admin_cms_content_edit | /admin/{_locale}/cms-content/edit/{cmsContentId} | Path does not match |
| 29 | web_api_admin_cms_category_list | /web-api/admin/{_locale}/cms-category/list | Path does not match |
| 30 | web_api_admin_cms_category_delete | /web-api/admin/{_locale}/cms-category/delete/{cmsCategoryId} | Path does not match |
| 31 | web_api_admin_cms_content_list | /web-api/admin/{_locale}/cms-content/list | Path does not match |
| 32 | web_api_admin_cms_content_delete | /web-api/admin/{_locale}/cms-content/delete/{cmsContentId} | Path does not match |
| 33 | web_admin_dashboard | /admin/{_locale}/ | Path does not match |
| 34 | web_community_dashboard | /community/{_locale}/ | Path does not match |
| 35 | web_init | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.