Routing
technologies_all_view_landing_with_listino
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| listino | "it" |
Route Matching Logs
Path to match:
/en-it/technologies-all-view
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | technology_landing_with_listino.it | /it-{listino}/technologies/{technology} | Path does not match |
| 2 | technology_landing_with_listino.en | /en-{listino}/technologies/{technology} | Path does not match |
| 3 | technology_landing_with_listino.fr | /fr-{listino}/technologies/{technology} | Path does not match |
| 4 | technology_landing.it | /it/technologies/{technology} | Path does not match |
| 5 | technology_landing.en | /en/technologies/{technology} | Path does not match |
| 6 | technology_landing.fr | /fr/technologies/{technology} | Path does not match |
| 7 | about_us_with_listino.it | /it-{listino}/chi-siamo | Path does not match |
| 8 | about_us_with_listino.en | /en-{listino}/about-us | Path does not match |
| 9 | about_us_with_listino.fr | /fr-{listino}/a-propos-de-nous | Path does not match |
| 10 | about_us.it | /it/chi-siamo | Path does not match |
| 11 | about_us.en | /en/about-us | Path does not match |
| 12 | about_us.fr | /fr/a-propos-de-nous | Path does not match |
| 13 | technologies_landing_with_listino.it | /it-{listino}/technologies | Path does not match |
| 14 | technologies_landing_with_listino.en | /en-{listino}/technologies | Path does not match |
| 15 | technologies_landing_with_listino.fr | /fr-{listino}/technologies | Path does not match |
| 16 | technologies_landing.it | /it/technologies | Path does not match |
| 17 | technologies_landing.en | /en/technologies | Path does not match |
| 18 | technologies_landing.fr | /fr/technologies | Path does not match |
| 19 | technologies_all_view_landing_with_listino.it | /it-{listino}/technologies-all-view | Path does not match |
| 20 | technologies_all_view_landing_with_listino.en | /en-{listino}/technologies-all-view | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.