Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/accedi
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_index | /amministratore/ | Path does not match |
| 2 | cookies | /cookie | Path does not match |
| 3 | cookie_accept | /cookie/accetta | Path does not match |
| 4 | cookie_deny | /cookie/rifiuta | Path does not match |
| 5 | cookie_update | /cookie/aggiorna | Path does not match |
| 6 | homepage | / | Path does not match |
| 7 | who | /chi-siamo | Path does not match |
| 8 | quality | /qualita | Path does not match |
| 9 | ecology | /sostenibilita | Path does not match |
| 10 | quality_plant | /qualita/impianto | Path does not match |
| 11 | quality_laboratory | /qualita/laboratorio | Path does not match |
| 12 | quality_certifications | /qualita/certificazioni | Path does not match |
| 13 | products | /prodotti | Path does not match |
| 14 | posts | /novita | Path does not match |
| 15 | single_post | /novita/{slug} | Path does not match |
| 16 | contacts | /contatti | Path does not match |
| 17 | help | /aiuto | Path does not match |
| 18 | remove_filter | /rimuovi-filtro | Path does not match |
| 19 | update_tab_filter_session | /aggiorna-sessione-filtro-tab | Path does not match |
| 20 | update_tab2_filter_session | /aggiorna-sessione-filtro-tab2 | Path does not match |
| 21 | password_creation | /crea-password/{oneTimeCode} | Path does not match |
| 22 | admin_update_db | /script/aggiorna_db | Path does not match |
| 23 | login | /accedi | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.