Routing
homepage_with_section
Matched route
Route Parameters
| Name | Value |
|---|---|
| section | "contact" |
Route Redirection
This page redirects to:
/
(route: "n/a")
Route Matching Logs
Path to match:
/home/contact
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | nelmio_api_doc | /api/doc | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | admin_configurations | /amministratore/configurazione/ | Path does not match |
| 17 | admin_user_tags | /amministratore/configurazione/interessi | Path does not match |
| 18 | admin_user_tag_delete | /amministratore/configurazione/interesse/elimina | Path does not match |
| 19 | admin_user_tag_categories | /amministratore/configurazione/interessi-categorie | Path does not match |
| 20 | admin_user_tag_category_delete | /amministratore/configurazione/interesse-categoria/elimina | Path does not match |
| 21 | admin_index | /amministratore/ | Path does not match |
| 22 | admin_purchase_sheet | /amministratore/servizi/scheda/{id} | Path does not match |
| 23 | admin_purchase_payment_done | /amministratore/servizi/pagamento-avvenuto | Path does not match |
| 24 | admin_purchase_invoice_done | /amministratore/servizi/pagamento-fatturato | Path does not match |
| 25 | admin_games | /amministratore/giochi/ | Path does not match |
| 26 | admin_game_change_visibility | /amministratore/giochi/visibilità/{id}/{status} | Path does not match |
| 27 | admin_games_sheet | /amministratore/giochi/scheda/{id} | Path does not match |
| 28 | admin_games_statistics | /amministratore/statistiche/giochi-piu-utilizzati | Path does not match |
| 29 | admin_suppliers | /amministratore/fornitore/ | Path does not match |
| 30 | admin_suppliers_sheet | /amministratore/fornitore/scheda/{id} | Path does not match |
| 31 | admin_product_sheet | /amministratore/fornitore/prodotto/scheda/{id} | Path does not match |
| 32 | admin_product_edit | /amministratore/fornitore/prodotto/modifica/{id} | Path does not match |
| 33 | admin_supplier_product_change_visibility | /amministratore/fornitore/prodotto/modifica/visibilità/{id}/{status} | Path does not match |
| 34 | admin_product_delete | /amministratore/fornitore/prodotto/elimina | Path does not match |
| 35 | admin_user_management | /amministratore/utenti/ | Path does not match |
| 36 | admin_user_change_status | /amministratore/utenti/modifica-stato | Path does not match |
| 37 | admin_user_sheet | /amministratore/utenti/scheda/{id} | Path does not match |
| 38 | admin_user_store_sheet | /amministratore/utenti/punti-vendita/{id}/scheda/{id2} | Path does not match |
| 39 | admin_user_purchase_change_status | /amministratore/utenti/acquisto/modifica-stato | Path does not match |
| 40 | cookies | /cookie | Path does not match |
| 41 | cookie_accept | /cookie/accetta | Path does not match |
| 42 | cookie_deny | /cookie/rifiuta | Path does not match |
| 43 | cookie_update | /cookie/aggiorna | Path does not match |
| 44 | homepage | / | Path does not match |
| 45 | homepage_with_section | /home/{section} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.