Routing
app_homepage
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "cs" |
Route Matching Logs
Path to match:
/cz
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | prices_event | /admin/getPrices/{id} | Path does not match |
3 | admin_set_prices | /admin/set-prices | Path does not match |
4 | admin_report_monthly | /admin/monthlyreport | Path does not match |
5 | cart.en | /en/cart | Path does not match |
6 | cart.cs | /cz/kosik | Path does not match |
7 | add2cart | /add2Cart | Path does not match |
8 | choose_seat | /vybrat | Path does not match |
9 | conditions.cs | /cz/navstevni-rad-akce | Path does not match |
10 | contacts.en | /en/contacts | Path does not match |
11 | contacts.cs | /cz/kontakty | Path does not match |
12 | cron_remove_reservations | /cron/remove-reservations | Path does not match |
13 | event_detail.en | /en/program/{id}-{slug} | Path does not match |
14 | event_detail.cs | /cz/program/{id}-{slug} | Path does not match |
15 | events.en | /en/program | Path does not match |
16 | events.cs | /cz/program | Path does not match |
17 | events_genre.en | /en/program/{slug} | Path does not match |
18 | events_genre.cs | /cz/program/{slug} | Path does not match |
19 | events_genre_old.en | /en/program/{strslug}/{strslug2} | Path does not match |
20 | events_genre_old.cs | /cz/program/{strslug}/{strslug2} | Path does not match |
21 | history.cs | /cz/historie | Path does not match |
22 | history.en | /en/history | Path does not match |
23 | history_year.cs | /cz/historie/{year} | Path does not match |
24 | history_year.en | /en/history/{year} | Path does not match |
25 | app_metal | /vstupenky-metal | Path does not match |
26 | app_homepage.cs | /cz | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.