Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/es/home
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.