Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_contacts | /contacts | Path does not match |
| 2 | app_contact_details | /contact_details | Path does not match |
| 3 | app_documents | /documents | Path does not match |
| 4 | app_download_documento | /download-documento/{idDoc} | Path does not match |
| 5 | app_faq | /faq | Path does not match |
| 6 | app_faq_details | /faq/details/{faqid} | Path does not match |
| 7 | app_faq_comment_set | /faq/setFaqComment/{faqid} | Path does not match |
| 8 | app_faq_get_attachment | /faq/getAttchament/{idattachment} | Path does not match |
| 9 | app_fatture | /fatture | Path does not match |
| 10 | app_costi_listini | /fatture | Path does not match |
| 11 | home_page | / | Path does not match |
| 12 | app_set_consenso | /consenso-privacy | Path does not match |
| 13 | app_nascondiWizard | /nascondi-Wizard | Path does not match |
| 14 | app_registerClick | /register-click/{id_enc}/{posizione}/{setype}/{algoritmo}/{referer}/ | Path does not match |
| 15 | app_home_registerClickGeneric | /home_redirect-Generic/{url}/{setype}/{algoritmo}/{referer}/ | Path does not match |
| 16 | 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.