Routing
app_main_homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "html" |
| _realm | "main" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | gesof_doc_resource | /gesof/doc/resources/ | Path does not match |
| 4 | gesof_doc_resource_show | /gesof/doc/resources/show/{path} | Path does not match |
| 5 | gesof_doc_resource_new | /gesof/doc/resources/new/{path} | Path does not match |
| 6 | gesof_doc_resource_edit | /gesof/doc/resources/edit/{path} | Path does not match |
| 7 | gesof_doc_resource_delete | /gesof/doc/resources/delete/{path} | Path does not match |
| 8 | gesof_doc_resource_move | /gesof/doc/resources/move/{dir}/{path} | Path does not match |
| 9 | gesof_doc_resource_search | /gesof/doc/resources/search | Path does not match |
| 10 | gesof_doc | /gesof/doc/ | Path does not match |
| 11 | gesof_user_main_error | /account/error | Path does not match |
| 12 | gesof_user_main_dev | /account/dev | Path does not match |
| 13 | gesof_user_registration_register | /register/ | Path does not match |
| 14 | gesof_user_registration_completed | /register/completed | Path does not match |
| 15 | gesof_user_registration_confirm | /register/confirm | Path does not match |
| 16 | gesof_user_registration_confirmed | /register/confirmed | Path does not match |
| 17 | gesof_user_profile_show | /profile/ | Path does not match |
| 18 | gesof_user_password_reset_request | /account/password-reset/ | Path does not match |
| 19 | gesof_user_password_reset_request_completed | /account/password-reset/email-sent | Path does not match |
| 20 | gesof_user_password_reset_change | /account/password-reset/change | Path does not match |
| 21 | gesof_user_password_change | /account/password-change | Path does not match |
| 22 | gesof_user_email_change_request | /account/email/change | Path does not match |
| 23 | gesof_user_email_change_request_completed | /account/email/change/request-completed | Path does not match |
| 24 | gesof_user_email_change_confirm | /account/email/change/confirm | Path does not match |
| 25 | gesof_user_username_change | /account/username/change | Path does not match |
| 26 | gesof_user_security_login | /login | Path does not match |
| 27 | gesof_user_security_login_check | /login-check | Path does not match |
| 28 | gesof_user_security_logout | /logout | Path does not match |
| 29 | gesof_user_group_index | /groups/ | Path does not match |
| 30 | gesof_user_group_show | /groups/{id}/show | Path does not match |
| 31 | gesof_user_group_new | /groups/new | Path does not match |
| 32 | gesof_user_group_edit | /groups/{id}/edit | Path does not match |
| 33 | gesof_user_group_delete | /groups/{id}/delete | Path does not match |
| 34 | hwi_oauth_service_redirect | /hwi/connect/{service} | Path does not match |
| 35 | hwi_oauth_connect_service | /hwi/connect/service/{service} | Path does not match |
| 36 | hwi_oauth_connect_registration | /hwi/connect/registration/{key} | Path does not match |
| 37 | hwi_oauth_connect | /hwi/login/ | Path does not match |
| 38 | hwi_facebook_login | /hwi/login/check-facebook | Path does not match |
| 39 | hwi_google_login | /hwi/login/check-google | Path does not match |
| 40 | api_login_check | /api/login_check | Path does not match |
| 41 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 42 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 43 | app.swagger | /api/doc.json | Path does not match |
| 44 | app.swagger_ui | /api/doc/{area} | Path does not match |
| 45 | app_main_homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.