Routing
main_homepage_show
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | translation_index | /admin/_trans/{configName} | Path does not match |
| 2 | translation_show | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 3 | translation_create | /admin/_trans/{configName}/{locale}/{domain}/new | Path does not match |
| 4 | translation_edit | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 5 | translation_delete | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 6 | php_translation_profiler_translation_edit | /{token}/translation/edit | Path does not match |
| 7 | php_translation_profiler_translation_sync | /{token}/translation/sync | Path does not match |
| 8 | php_translation_profiler_translation_sync_all | /{token}/translation/sync_all | Path does not match |
| 9 | php_translation_profiler_translation_create_assets | /{token}/translation/create_assets | Path does not match |
| 10 | admin_log_show | /admin/logs/{id}/show | Path does not match |
| 11 | admin_log_list | /admin/logs | Path does not match |
| 12 | admin_log_create | /admin/logs/create | Path does not match |
| 13 | admin_log_update | /admin/logs/{id}/update | Path does not match |
| 14 | admin_log_delete | /admin/logs/{id}/delete | Path does not match |
| 15 | admin_airport_list | /admin/airports | Path does not match |
| 16 | admin_airport_create | /admin/airports/create | Path does not match |
| 17 | admin_airport_update | /admin/airports/{id}/update | Path does not match |
| 18 | admin_airport_delete | /admin/airports/{id}/delete | Path does not match |
| 19 | admin_dashboard_show | /admin/ | Path does not match |
| 20 | admin_tools_merlinx_v5_list | /admin/merlinx-v5 | Path does not match |
| 21 | admin_tools_merlinx_v5_api_key | /admin/merlinx-v5/api-key | Path does not match |
| 22 | admin_tour_operator_list | /admin/tour-operators | Path does not match |
| 23 | admin_tour_operator_create | /admin/tour-operators/create | Path does not match |
| 24 | admin_tour_operator_update | /admin/tour-operators/{id}/update | Path does not match |
| 25 | admin_tour_operator_delete | /admin/tour-operators/{id}/delete | Path does not match |
| 26 | admin_user_list | /admin/users | Path does not match |
| 27 | admin_user_create | /admin/users/create | Path does not match |
| 28 | admin_user_update | /admin/users/{id}/update | Path does not match |
| 29 | admin_user_delete | /admin/users/{id}/delete | Path does not match |
| 30 | admin_user_type_list | /admin/user-types | Path does not match |
| 31 | admin_user_type_create | /admin/user-types/create | Path does not match |
| 32 | admin_user_type_update | /admin/user-types/{id}/update | Path does not match |
| 33 | admin_user_type_delete | /admin/user-types/{id}/delete | Path does not match |
| 34 | booking_book_book | /api/booking/book | Path does not match |
| 35 | booking_cancel_cancel | /api/booking/cancel | Path does not match |
| 36 | booking_change_change | /api/booking/change | Path does not match |
| 37 | booking_change_check | /api/booking/change/check | Path does not match |
| 38 | booking_check_check | /api/booking/check | Path does not match |
| 39 | booking_check_available | /api/booking/check/available | Path does not match |
| 40 | booking_document_document | /api/booking/document | Path does not match |
| 41 | booking_option_option | /api/booking/option | Path does not match |
| 42 | booking_option_confirm | /api/booking/option/confirm | Path does not match |
| 43 | booking_status_status | /api/booking/status | Path does not match |
| 44 | booking_status_short | /api/booking/status/short | Path does not match |
| 45 | insurance_check_check | /api/insurance/check | Path does not match |
| 46 | insurance_create_create | /api/insurance/create | Path does not match |
| 47 | insurance_search_search | /api/insurance/search | Path does not match |
| 48 | main_homepage_show | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.