Routing
terms_and_conditions
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
| listino | null |
Route Matching Logs
Path to match:
/it/termini-e-condizioni
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ajax_send_confirmation_email | /ajax-call/{_locale}/send-confirmation-email/{encrypted_order_id} | Path does not match |
| 2 | ajax_send_paypal_pending_notification_email | /ajax-call/{_locale}/send-paypal-pending-notification-email/{order_id} | Path does not match |
| 3 | send_xml_order | /send-xml-order/{order_id} | Path does not match |
| 4 | send_xml_return | /send-xml-return/{return_id} | Path does not match |
| 5 | where_we_are_with_listino.it | /it-{listino}/dove-siamo | Path does not match |
| 6 | where_we_are_with_listino.en | /en-{listino}/where-we-are | Path does not match |
| 7 | where_we_are.it | /it/dove-siamo | Path does not match |
| 8 | where_we_are.en | /en/where-we-are | Path does not match |
| 9 | contacts_with_listino.it | /it-{listino}/contatti | Path does not match |
| 10 | contacts_with_listino.en | /en-{listino}/contacts | Path does not match |
| 11 | contacts.it | /it/contatti | Path does not match |
| 12 | contacts.en | /en/contacts | Path does not match |
| 13 | faq_with_listino.it | /it-{listino}/domande-frequenti | Path does not match |
| 14 | faq_with_listino.en | /en-{listino}/faq | Path does not match |
| 15 | faq.it | /it/domande-frequenti | Path does not match |
| 16 | faq.en | /en/faq | Path does not match |
| 17 | terms_and_conditions_with_listino.it | /it-{listino}/termini-e-condizioni | Path does not match |
| 18 | terms_and_conditions_with_listino.en | /en-{listino}/terms-and-conditions | Path does not match |
| 19 | terms_and_conditions.it | /it/termini-e-condizioni | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.