Routing
about_us
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
| listino | null |
Route Redirection
This page redirects to:
/it-it/chi-siamo
(route: "n/a")
Route Matching Logs
Path to match:
/it/chi-siamo
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | webhook_tracking_shipping_state_variation | /webhook-tracking-shipping-state-variation | Path does not match |
| 2 | webhook_return_states | /webhook-return-states | Path does not match |
| 3 | about_us_with_listino.it | /it-{listino}/chi-siamo | Path does not match |
| 4 | about_us_with_listino.en | /en-{listino}/about-us | Path does not match |
| 5 | about_us_with_listino.fr | /fr-{listino}/a-propos-de-nous | Path does not match |
| 6 | about_us.it | /it/chi-siamo | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.