Routing
about_us_with_listino
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| listino | "ot" |
Route Matching Logs
Path to match:
/en-ot/about-us
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.