Routing
contacts_with_listino
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| listino | "uk" |
Route Matching Logs
Path to match:
/en-uk/contacts
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | search_with_listino.it | /it-{listino}/canadian-shop-search | Path does not match |
| 2 | search_with_listino.en | /en-{listino}/canadian-shop-search | Path does not match |
| 3 | search | /{_locale}/canadian-shop-search | Path does not match |
| 4 | about_us_with_listino.it | /it-{listino}/chi-siamo | Path does not match |
| 5 | about_us_with_listino.en | /en-{listino}/about-us | Path does not match |
| 6 | about_us.it | /it/chi-siamo | Path does not match |
| 7 | about_us.en | /en/about-us | Path does not match |
| 8 | where_we_are_with_listino.it | /it-{listino}/dove-siamo | Path does not match |
| 9 | where_we_are_with_listino.en | /en-{listino}/where-we-are | Path does not match |
| 10 | where_we_are.it | /it/dove-siamo | Path does not match |
| 11 | where_we_are.en | /en/where-we-are | Path does not match |
| 12 | contacts_with_listino.it | /it-{listino}/contatti | Path does not match |
| 13 | contacts_with_listino.en | /en-{listino}/contacts | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.