Routing
feapp_food
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/
(route: "n/a")
Route Matching Logs
Path to match:
/app/food-and-bars
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | get_order | /api/scan/{code} | Path does not match |
| 13 | enter_order | /api/order/{id}/enter | Path does not match |
| 14 | tleave_order | /api/order/{code}/temporary_leave | Path does not match |
| 15 | leave_order | /api/order/{code}/leave | Path does not match |
| 16 | feapp_landing | / | Path does not match |
| 17 | feapp_landing_login | /ticket_login | Path does not match |
| 18 | feapp_login_anonymously | /app/anonymous-login | Path does not match |
| 19 | feapp_login | /app/{id}/login | Path does not match |
| 20 | feapp_login_code | /app/{id}/login/{code} | Path does not match |
| 21 | feapp_home | /app | Path does not match |
| 22 | feapp_news | /app/news | Path does not match |
| 23 | feapp_news_details | /app/news/{id} | Path does not match |
| 24 | feapp_artists | /app/artists | Path does not match |
| 25 | feapp_stages | /app/stages | Path does not match |
| 26 | feapp_lineup | /app/lineup | Path does not match |
| 27 | feapp_lineup_stage | /app/lineup/{id} | Path does not match |
| 28 | feapp_faqs | /app/faqs | Path does not match |
| 29 | feapp_sponsors | /app/sponsors | Path does not match |
| 30 | feapp_partners | /app/local_busines_partners | Path does not match |
| 31 | feapp_sponsors_details | /app/sponsors/{id} | Path does not match |
| 32 | feapp_taxi | /app/taxi | Path does not match |
| 33 | feapp_directions | /app/directions | Path does not match |
| 34 | feapp_about | /app/about-lowdefest | Path does not match |
| 35 | feapp_about_trust | /app/about-lowde-music-trust | Path does not match |
| 36 | feapp_food | /app/food-and-bars | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.