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