Routing
app_city_search_departure_city
Matched route
Route Parameters
Name | Value |
---|---|
city | "zolotye_peski" |
country | "bulgaria" |
departureCity | "riga" |
Route Matching Logs
Path to match:
/search/bulgaria/zolotye_peski/from-riga/
# | Route name | Path | Log |
---|---|---|---|
1 | app_hotel | /hotel/{hotelId}-{hotelSlug} | Path does not match |
2 | app_hotel_sitemaps | /sitemaps/hotels/{page} | Path does not match |
3 | acc_setting | /acc/setting | Path does not match |
4 | app_sort_criteria | /selection/sort/{entityClass}/{masOrdered}/ | Path does not match |
5 | app_admin_check_unique | /geo-seo/check-unique/ | Path does not match |
6 | app_selection | /select/{selectionSlug}/ | Path does not match |
7 | admin_login | /admin/login | Path does not match |
8 | login | /login | Path does not match |
9 | _preview_error | /_error/{code}.{_format} | Path does not match |
10 | _wdt | /_wdt/{token} | Path does not match |
11 | _profiler_home | /_profiler/ | Path does not match |
12 | _profiler_search | /_profiler/search | Path does not match |
13 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
14 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
15 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
16 | _profiler_open_file | /_profiler/open | Path does not match |
17 | _profiler | /_profiler/{token} | Path does not match |
18 | _profiler_router | /_profiler/{token}/router | Path does not match |
19 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
20 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
21 | acc_main | /acc | Path does not match |
22 | acc_login | /acc/login | Path does not match |
23 | acc_api_login | /acc/api/login | Path does not match |
24 | acc_logout | /acc/logout | Path does not match |
25 | acc_api_logout | /acc/api/logout | Path does not match |
26 | acc_oauth_login | /oauth/login | Path does not match |
27 | acc_oauth_profile | /oauth/profile | Path does not match |
28 | acc_oauth_test | /oauth/test | Path does not match |
29 | admin | /admin | Path does not match |
30 | admin_district_redirect | /admin/district/ | Path does not match |
31 | admin_district_id_redirect | /admin/district/{id} | Path does not match |
32 | admin_province_redirect | /admin/province/ | Path does not match |
33 | admin_province_id_redirect | /admin/province/{id} | Path does not match |
34 | admin_images | /admin/images | Path does not match |
35 | admin_image_get | /admin/image/{id} | Path does not match |
36 | admin_image_get_country | /admin/image/{id}/{country} | Path does not match |
37 | admin_image_post | /admin/image | Path does not match |
38 | admin_no_access | /admin/no-access | Path does not match |
39 | admin_re_login | /admin/re-login | Path does not match |
40 | admin_logout | /admin/logout | Path does not match |
41 | adminSelectionCriteriaCrudController | /admin/SelectionCriteriaCrudController | Path does not match |
42 | acc_bookings | /acc/bookings/{status} | Path does not match |
43 | acc_booking_details | /acc/bookings/{id} | Path does not match |
44 | acc_charter | /acc/charters | Path does not match |
45 | acc_favourites | /acc/favourites | Path does not match |
46 | acc_api_favourites | /acc/api/favourites | Path does not match |
47 | app_favourites_push | /acc/api/favourites/push | Path does not match |
48 | app_api_favourites_push | /acc/api/favourites/push | Path does not match |
49 | acc_favourites_del | /acc/favourites/del/{id} | Path does not match |
50 | acc_api_favourites_del | /acc/api/favourites/del/{id} | Path does not match |
51 | acc_favorites_remove | /acc/favorites/remove | Path does not match |
52 | acc_api_favorites_remove | /acc/api/favorites/remove | Path does not match |
53 | acc_favorites_share | /acc/favorites/share | Path does not match |
54 | app_search | /search/ | Path does not match |
55 | app_tour | /hotel/{name}/{id}/ | Path does not match |
56 | app_get_hotels | /getHotels | Path does not match |
57 | app_get_info_by_country | /getInfoByCountry | Path does not match |
58 | app_get_hotel_by_id | /getHotelById | Path does not match |
59 | app_get_country | /getIPcountry | Path does not match |
60 | app_get_city | /getIPcity | Path does not match |
61 | app_city_search_season | /search/{country}/{city}/{season}/ | Path almost matches, but Requirement for "season" does not match (september|october|november|december|january|february|march|april|may|june|july|august|summer|autumn|winter|spring) |
62 | app_country_search_season | /search/{country}/{season}/ | Path does not match |
63 | app_country_search_departure_city | /search/{country}/from-{departureCity}/ | Path does not match |
64 | app_city_search_departure_city | /search/{country}/{city}/from-{departureCity}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.