Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | _wdt_stylesheet | /_wdt/styles | 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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | admin_index | /admin/ | Path does not match |
| 18 | ajax_renew | /admin/renew | Path does not match |
| 19 | customer_contact_index | /admin/customer-contacts/ | Path does not match |
| 20 | customer_contact_inactive | /admin/customer-contacts/inactive | Path does not match |
| 21 | customer_contact_new | /admin/customer-contacts/new/{uuid} | Path does not match |
| 22 | customer_contact_show | /admin/customer-contacts/view/{uuid} | Path does not match |
| 23 | customer_contact_edit | /admin/customer-contacts/edit/{uuid} | Path does not match |
| 24 | customer_contact_delete | /admin/customer-contacts/delete/{uuid} | Path does not match |
| 25 | customer_contact_type_index | /admin/customer-contact-types/ | Path does not match |
| 26 | customer_contact_type_inactive | /admin/customer-contact-types/inactive | Path does not match |
| 27 | customer_contact_type_new | /admin/customer-contact-types/new | Path does not match |
| 28 | customer_contact_type_show | /admin/customer-contact-types/view/{uuid} | Path does not match |
| 29 | customer_contact_type_edit | /admin/customer-contact-types/edit/{uuid} | Path does not match |
| 30 | customer_contact_type_delete | /admin/customer-contact-types/delete/{uuid} | Path does not match |
| 31 | customer_index | /admin/customers/ | Path does not match |
| 32 | customer_inactive | /admin/customers/inactive | Path does not match |
| 33 | customer_new | /admin/customers/new | Path does not match |
| 34 | customer_show | /admin/customers/view/{uuid} | Path does not match |
| 35 | customer_edit | /admin/customers/edit/{uuid} | Path does not match |
| 36 | customer_delete | /admin/customers/delete/{uuid} | Path does not match |
| 37 | website_index | / | Path does not match |
| 38 | message_index | /admin/messages/ | Path does not match |
| 39 | message_inactive | /admin/messages/inactive | Path does not match |
| 40 | message_new | /admin/messages/new | Path does not match |
| 41 | message_show | /admin/messages/view/{uuid} | Path does not match |
| 42 | message_edit | /admin/messages/edit/{uuid} | Path does not match |
| 43 | message_delete | /admin/messages/delete/{uuid} | Path does not match |
| 44 | acknowledge_messages | /admin/messages/acknowledge-messages | Path does not match |
| 45 | renewal_index | /admin/renewals/ | Path does not match |
| 46 | renewal_inactive | /admin/renewals/inactive | Path does not match |
| 47 | renewal_new | /admin/renewals/new | Path does not match |
| 48 | renewal_show | /admin/renewals/view/{uuid} | Path does not match |
| 49 | renewal_edit | /admin/renewals/edit/{uuid} | Path does not match |
| 50 | renewal_delete | /admin/renewals/delete/{uuid} | Path does not match |
| 51 | renewal_note_index | /admin/renewal-notes/ | Path does not match |
| 52 | renewal_note_inactive | /admin/renewal-notes/inactive | Path does not match |
| 53 | renewal_note_new | /admin/renewal-notes/new | Path does not match |
| 54 | renewal_note_show | /admin/renewal-notes/view/{uuid} | Path does not match |
| 55 | renewal_note_edit | /admin/renewal-notes/edit/{uuid} | Path does not match |
| 56 | renewal_note_delete | /admin/renewal-notes/delete/{uuid} | Path does not match |
| 57 | renewal_type_index | /admin/renewal-types/ | Path does not match |
| 58 | renewal_type_inactive | /admin/renewal-types/inactive | Path does not match |
| 59 | renewal_type_new | /admin/renewal-types/new | Path does not match |
| 60 | renewal_type_show | /admin/renewal-types/view/{uuid} | Path does not match |
| 61 | renewal_type_edit | /admin/renewal-types/edit/{uuid} | Path does not match |
| 62 | renewal_type_delete | /admin/renewal-types/delete/{uuid} | Path does not match |
| 63 | app_login | /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.