Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/admin/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_admin_index | /{_locale}/admin | Path does not match |
| 17 | app_admin_contacts | /{_locale}/admin/contact | Path does not match |
| 18 | app_admin_read_contact | /{_locale}/admin/contact/read/{id} | Path does not match |
| 19 | app_admin_delete_contact | /{_locale}/admin/contact/delete/{id} | Path does not match |
| 20 | app_admin_faqs | /{_locale}/admin/parametre/FAQ | Path does not match |
| 21 | app_admin_new_faq | /{_locale}/admin/parametre/FAQ/new | Path does not match |
| 22 | app_admin_edit_faq | /{_locale}/admin/user/parametre/FAQ/{id} | Path does not match |
| 23 | app_admin_changevalidite_faq | /{_locale}/admin/parametre/FAQ/changevalidite/{id} | Path does not match |
| 24 | app_admin_delete_faq | /{_locale}/admin/parametre/FAQ/delete/{id} | Path does not match |
| 25 | app_admin_groupaction_faq | /{_locale}/admin/parametre/FAQ/groupaction | Path does not match |
| 26 | app_admin_blogPosts | /{_locale}/admin/blog | Path does not match |
| 27 | app_admin_new_blogPosts | /{_locale}/admin/blog/new | Path does not match |
| 28 | app_admin_edit_blogPosts | /{_locale}/admin/blog/edit/{id} | Path does not match |
| 29 | app_admin_changevalidite_blogPost | /{_locale}/admin/blog/changevalidite/{id} | Path does not match |
| 30 | app_admin_delete_blogPost | /{_locale}/admin/blog/delete/{id} | Path does not match |
| 31 | app_admin_groupaction_blogPost | /{_locale}/admin/blog/groupaction | Path does not match |
| 32 | app_admin_historique_blogPost | /{_locale}/admin/blog/historique/{id} | Path does not match |
| 33 | app_admin_historique_undo | /{_locale}/admin/blog/historique/undo/{id} | Path does not match |
| 34 | app_admin_preview_blogpost | /{_locale}/admin/blog/preview/{id} | Path does not match |
| 35 | app_admin_oldpost_blogPosts | /{_locale}/admin/blog/historique/oldpost/{id} | Path does not match |
| 36 | app_admin_allhistorique_blogPosts | /{_locale}/admin/blog/historiques | Path does not match |
| 37 | app_admin_categories | /{_locale}/admin/categorie | Path does not match |
| 38 | app_admin_new_categorie | /{_locale}/admin/categorie/new | Path does not match |
| 39 | app_admin_edit_categorie | /{_locale}/admin/categorie/edit/{id} | Path does not match |
| 40 | app_admin_changevalidite_categorie | /{_locale}/admin/categorie/changevalidite/{id} | Path does not match |
| 41 | app_admin_delete_categorie | /{_locale}/admin/categorie/delete/{id} | Path does not match |
| 42 | app_admin_groupaction_categorie | /{_locale}/admin/categorie/groupaction | Path does not match |
| 43 | app_admin_devices | /{_locale}/admin/devices | Path does not match |
| 44 | app_admin_pair_devices | /{_locale}/admin/devices/pairing | Path does not match |
| 45 | app_admin_device_edit | /{_locale}/admin/devices/{id} | Path does not match |
| 46 | app_admin_devices_by_tag | /{_locale}/admin/devices-by-tags | Path does not match |
| 47 | app_admin_medias | /{_locale}/admin/media | Path does not match |
| 48 | app_admin_new_media | /{_locale}/admin/media/new | Path does not match |
| 49 | app_admin_parametre_generale | /{_locale}/admin/parametre/generale | Path does not match |
| 50 | app_admin_productions | /{_locale}/admin/productions | Path does not match |
| 51 | app_admin_new_production | /{_locale}/admin/productions/new | Path does not match |
| 52 | app_admin_edit_production | /{_locale}/admin/productions/{id} | Path does not match |
| 53 | app_admin_generate-productions | /{_locale}/admin/generate-roductions | Path does not match |
| 54 | app_forgot_password_request | /{_locale}/reset-password | Path does not match |
| 55 | app_check_email | /{_locale}/reset-password/check-email | Path does not match |
| 56 | app_reset_password | /{_locale}/reset-password/reset/{token} | Path does not match |
| 57 | app_admin_schedules | /{_locale}/admin/schedule | Path does not match |
| 58 | app_admin_new_schedule | /{_locale}/admin/schedule/new | Path does not match |
| 59 | app_admin_edit_schedule | /{_locale}/admin/schedule/{id} | Path does not match |
| 60 | app_admin_schedule_devices_select | /{_locale}/admin/schedule/devices-select | Path does not match |
| 61 | app_login | /{_locale}/admin/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.