Routing
home_main
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Matching Logs
Path to match:
/es/home
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | discount | /discount | Path does not match |
| 2 | events | /{_locale}/events | Path does not match |
| 3 | events_search | /{_locale}/events/search | Path does not match |
| 4 | event_check_code | /{_locale}/event/check-code | Path does not match |
| 5 | event-tickets | /{_locale}/event-tickets | Path does not match |
| 6 | event-tickets-seats | /{_locale}/event-tickets-seats | Path does not match |
| 7 | global_checkout_seat | /buy/checkout/seat | Path does not match |
| 8 | global_checkout | /buy/checkout/hpp | Path does not match |
| 9 | global_checkout_request | /buy/checkout/request | Path does not match |
| 10 | global_checkout_response | /buy/checkout/response | Path does not match |
| 11 | home | / | Path does not match |
| 12 | home_main | /{_locale}/home | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.