Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | articolo | /articolo | Path does not match |
| 16 | articolo_new | /articolo_new | Path does not match |
| 17 | articolo_edit | /articolo_edit | Path does not match |
| 18 | cerca_articolo | /cerca_articolo/{keyName} | Path does not match |
| 19 | autore | /autore | Path does not match |
| 20 | autore_new | /autore_new | Path does not match |
| 21 | autore_edit | /autore_edit | Path does not match |
| 22 | cerca_autore | /cerca_autore/{keyName} | Path does not match |
| 23 | categoria_new | /categoria_new | Path does not match |
| 24 | categoria_edit | /categoria_edit | Path does not match |
| 25 | cerca_categoria | /cerca_categoria/{keyName} | Path does not match |
| 26 | reload_categoria_table | /reload_categoria_table | Path does not match |
| 27 | home | /home | Path does not match |
| 28 | admin_password | /admin_password | Path does not match |
| 29 | admin | /admin | Path does not match |
| 30 | autori | /autori | Path does not match |
| 31 | categorie | /categorie | Path does not match |
| 32 | amministratori | /amministratori | Path does not match |
| 33 | articoli | /articoli | Path does not match |
| 34 | musei | /musei | Path does not match |
| 35 | mostre | /mostre | Path does not match |
| 36 | opere | /opere | Path does not match |
| 37 | magazine | /magazine | Path does not match |
| 38 | php_info | /phpinfo | Path does not match |
| 39 | upload_magazine | /upload_magazine | Path does not match |
| 40 | load_image_article | /load_image_article/{id} | Path does not match |
| 41 | load_image_video | /load_image_video/{id} | Path does not match |
| 42 | mostre_elenco | /mostre_elenco | Path does not match |
| 43 | mostra_new | /mostra_new | Path does not match |
| 44 | mostra_edit | /mostra_edit | Path does not match |
| 45 | mostra_delete | /mostra_delete/{idMostra} | Path does not match |
| 46 | cerca_mostra | /cerca_mostra/{keyExhibition}/{erased} | Path does not match |
| 47 | reload_exhibition_table | /reload_exhibition_table/{idMuseo} | Path does not match |
| 48 | cerca_museo_mostra | /cerca_museo_mostra/{keyName} | Path does not match |
| 49 | reload_museum_table | /reload_museum_table | Path does not match |
| 50 | museo_new | /museo_new | Path does not match |
| 51 | museo_edit | /museo_edit | Path does not match |
| 52 | cerca_museo | /cerca_museo/{keyName} | Path does not match |
| 53 | reload_table | /reload_table | Path does not match |
| 54 | museo_delete | /museo_delete/{id} | Path does not match |
| 55 | opere_elenco | /opere_elenco | Path does not match |
| 56 | opera_new | /opera_new | Path does not match |
| 57 | opera_edit | /opera_edit | Path does not match |
| 58 | opera_delete | /opera_delete/{idOpera} | Path does not match |
| 59 | cerca_opera | /cerca_opera/{keyOpera} | Path does not match |
| 60 | reload_opere_table | /reload_opere_table/{idMuseo} | Path does not match |
| 61 | cerca_museo_opera | /cerca_museo_opera/{keyName} | Path does not match |
| 62 | reload_museum_opera_table | /reload_museum_opera_table | 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.