Routing
page_one_slug
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
httpPort | 80 |
httpsPort | 443 |
path | "/cinema/" |
permanent | true |
scheme | null |
slug | "cinema" |
Route Redirection
This page redirects to:
https://bavtest.net/cinema/
(route: "page_one_slug")
Route Matching Logs
Path to match:
/cinema
# | Route name | Path | Log |
---|---|---|---|
1 | short_link_one_slug | /r/{slug} | Path does not match |
2 | short_link_one_slug_localized | /{_locale}/r/{slug} | Path does not match |
3 | success_payment | /payment-success/{orderId}/ | Path does not match |
4 | success_payment_localized | /{_locale}/payment-success/{orderId}/ | Path does not match |
5 | platon_payment_webhook | /platon/webhook | Path does not match |
6 | platon_payment_webhook_localized | /{_locale}/platon/webhook | Path does not match |
7 | official_ticket_check | /widget/officialtickets.html | Path does not match |
8 | official_ticket_check_localized | /{_locale}/widget/officialtickets.html | Path does not match |
9 | building_one | /hall/{slug}/ | Path does not match |
10 | building_one_localized | /{_locale}/hall/{slug}/ | Path does not match |
11 | cabinet | /cabinet | Path does not match |
12 | cabinet_localized | /{_locale}/cabinet | Path does not match |
13 | cabinet_profile | /cabinet/profile | Path does not match |
14 | cabinet_profile_localized | /{_locale}/cabinet/profile | Path does not match |
15 | cabinet_subscribers | /cabinet/subscription | Path does not match |
16 | cabinet_subscribers_localized | /{_locale}/cabinet/subscription | Path does not match |
17 | event_checkout | /{slug}/orderProcessing/ | Path does not match |
18 | event_checkout_localized | /{_locale}/{slug}/orderProcessing/ | Path does not match |
19 | event_order | /{slug}/order/ | Path does not match |
20 | event_pre_order | /{slug}/preorder/ | Path does not match |
21 | event_order_localized | /{_locale}/{slug}/order/ | Path does not match |
22 | event_pre_order_localized | /{_locale}/{slug}/preorder/ | Path does not match |
23 | reset_password | /reset-password | Path does not match |
24 | reset_password_localized | /{_locale}/reset-password | Path does not match |
25 | change_password | /change-password | Path does not match |
26 | change_password_localized | /{_locale}/change-password | Path does not match |
27 | search | /search/{needle} | Path does not match |
28 | search_localized | /{_locale}/search/{needle} | Path does not match |
29 | sitemap_xml | /sitemap.xml | Path does not match |
30 | get_cart | /get-cart | Path does not match |
31 | get_cart_localized | /{_locale}/get-cart | Path does not match |
32 | customer_logout | /logout | Path does not match |
33 | customer_logout_localized | /{_locale}/logout | Path does not match |
34 | success_payment_tickets | /payment-tickets | Path does not match |
35 | success_payment_tickets_localized | /{_locale}/payment-tickets | Path does not match |
36 | get_user | /get-user | Path does not match |
37 | get_user_localized | /{_locale}/get-user | Path does not match |
38 | _preview_error | /_error/{code}.{_format} | Path does not match |
39 | _wdt | /_wdt/{token} | Path does not match |
40 | _profiler_home | /_profiler/ | Path does not match |
41 | _profiler_search | /_profiler/search | Path does not match |
42 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
43 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
44 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
45 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
46 | _profiler_open_file | /_profiler/open | Path does not match |
47 | _profiler | /_profiler/{token} | Path does not match |
48 | _profiler_router | /_profiler/{token}/router | Path does not match |
49 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
50 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
51 | afisha_items | /events-items/{widget} | Path does not match |
52 | afisha_items_localized | /{_locale}/events-items/{widget} | Path does not match |
53 | cabinet_change_visitor_name | /cabinet/change-visitor-name | Path does not match |
54 | cabinet_change_visitor_name_localized | /{_locale}/cabinet/change-visitor-name | Path does not match |
55 | cabinet_delete_order | /cabinet/delete-order | Path does not match |
56 | cabinet_delete_order_localized | /{_locale}/cabinet/delete-order | Path does not match |
57 | cabinet_subscribe_save | /cabinet/subscribe/save | Path does not match |
58 | cabinet_subscribe_save_localized | /{_locale}/cabinet/subscribe/save | Path does not match |
59 | cash_desks | /cash-desks/{cityId} | Path does not match |
60 | cash_desks_localized | /{_locale}/cash-desks/{cityId} | Path does not match |
61 | main | / | Path does not match |
62 | main_localized | /{_locale}/ | Path does not match |
63 | exceptions_log | /logs/exceptions-log | Path does not match |
64 | exceptions_log_localized | /{_locale}/logs/exceptions-log | Path does not match |
65 | exception_log_view | /logs/exceptions-log/{id}/view | Path does not match |
66 | exception_log_view_localized | /{_locale}/logs/exceptions-log/{id}/view | Path does not match |
67 | page_one_slug | /{slug}/ | Path does not match |
68 | page_one_slug_localized | /{_locale}/{slug}/ | Path does not match |
69 | page_two_slugs | /{slug1}/{slug2}/ | Path does not match |
70 | page_two_slugs_localized | /{_locale}/{slug1}/{slug2}/ | Path does not match |
71 | apple_merchant_validation | /apple/merchant/validation/{merchantId} | Path does not match |
72 | apple_merchant_validation_localized | /{_locale}/apple/merchant/validation/{merchantId} | Path does not match |
73 | apple_merchant_payment | /apple/merchant/payment/{merchantId} | Path does not match |
74 | apple_merchant_payment_localized | /{_locale}/apple/merchant/payment/{merchantId} | Path does not match |
75 | mono_merchant_payment | /mono/merchant/payment/{merchantId} | Path does not match |
76 | mono_merchant_payment_localized | /{_locale}/mono/merchant/payment/{merchantId} | Path does not match |
77 | monobank_payment_webhook | /monobank/webhook/{fmOrderId} | Path does not match |
78 | monobank_payment_webhook_localized | /{_locale}/monobank/webhook/{fmOrderId} | Path does not match |
79 | platon_merchant_payment | /platon/merchant/payment/{merchantId} | Path does not match |
80 | platon_merchant_payment_localized | /{_locale}/platon/merchant/payment/{merchantId} | Path does not match |
81 | redsys_merchant_payment | /redsys/merchant/payment/{merchantId} | Path does not match |
82 | redsys_merchant_payment_localized | /{_locale}/redsys/merchant/payment/{merchantId} | Path does not match |
83 | redsys_payment_webhook | /redsys/webhook/{orderId} | Path does not match |
84 | redsys_payment_webhook_localized | /{_locale}/redsys/webhook/{orderId} | Path does not match |
85 | revolut_merchant_payment | /revolut/merchant/payment/{merchantId} | Path does not match |
86 | revolut_merchant_payment_localized | /{_locale}/revolut/merchant/payment/{merchantId} | Path does not match |
87 | revolut_merchant_webhook | /revolut/merchant/webhook/{merchantId} | Path does not match |
88 | revolut_merchant_webhook_localized | /{_locale}/revolut/merchant/webhook/{merchantId} | Path does not match |
89 | stripe_card_merchant_payment | /stripe-card/merchant/payment/{merchantId} | Path does not match |
90 | stripe_card_merchant_payment_localized | /{_locale}/stripe-card/merchant/payment/{merchantId} | Path does not match |
91 | stripe_google_merchant_payment | /stripe-google/merchant/payment/{merchantId} | Path does not match |
92 | stripe_google_merchant_payment_localized | /{_locale}/stripe-google/merchant/payment/{merchantId} | Path does not match |
93 | stripe_apple_merchant_payment | /stripe-apple/merchant/payment/{merchantId} | Path does not match |
94 | stripe_apple_merchant_payment_localized | /{_locale}/stripe-apple/merchant/payment/{merchantId} | Path does not match |
95 | stripe_webhook | /webhooks/stripe/{code} | Path does not match |
96 | pre_order_event | /pre-order/{slug} | Path does not match |
97 | pre_order_event_localized | /{_locale}/pre-order/{slug} | Path does not match |
98 | api_activities | /api/activities | Path does not match |
99 | api_activity | /api/activity | Path does not match |
100 | api_buildings | /api/buildings | Path does not match |
101 | api_building | /api/building | Path does not match |
102 | api_building_types | /api/building-types | Path does not match |
103 | api_building_type | /api/building-type | Path does not match |
104 | api_cache | /api/cache | Path does not match |
105 | api_cash_desk_delete | /api/cash-desk-delete | Path does not match |
106 | api_cash_desks | /api/cash-desks | Path does not match |
107 | api_cash_desk | /api/cash-desk | Path does not match |
108 | api_categories | /api/categories | Path does not match |
109 | api_category | /api/category | Path does not match |
110 | api_category_style_delete | /api/category-style/delete | Path does not match |
111 | api_category_styles | /api/category-styles | Path does not match |
112 | api_category_style | /api/category-style | Path does not match |
113 | api_cities | /api/cities | Path does not match |
114 | api_city | /api/city | Path does not match |
115 | api_clear | /api/clear | Path does not match |
116 | api_countries | /api/countries | Path does not match |
117 | api_country | /api/country | Path does not match |
118 | api_currencies | /api/currencies | Path does not match |
119 | api_currency | /api/currency | Path does not match |
120 | api_customers | /api/external/customers | Path does not match |
121 | api_delivery_types | /api/delivery-types | Path does not match |
122 | api_email_template_delete | /api/email-template/delete | Path does not match |
123 | api_email_templates | /api/email-templates | Path does not match |
124 | api_email_template | /api/email-template | Path does not match |
125 | api_event_delete | /api/event/delete | Path does not match |
126 | api_events | /api/events | Path does not match |
127 | api_event | /api/event | Path does not match |
128 | api_halls | /api/halls | Path does not match |
129 | api_hall | /api/hall | Path does not match |
130 | api_legals | /api/legals | Path does not match |
131 | api_legal | /api/legal | Path does not match |
132 | news-subscription-form | /news-subscription-form | Path does not match |
133 | news-subscription-form_localized | /{_locale}/news-subscription-form | Path does not match |
134 | api_organizations | /api/organizations | Path does not match |
135 | api_organization | /api/organization | Path does not match |
136 | api_page | /api/page | Path does not match |
137 | api_payment_type_delete | /api/payment-type/delete | Path does not match |
138 | api_payment_types | /api/payment-types | Path does not match |
139 | api_redirect_delete | /api/redirect-delete | Path does not match |
140 | api_redirects | /api/redirects | Path does not match |
141 | api_redirect | /api/redirect | Path does not match |
142 | api_running_line_delete | /api/running-line-delete | Path does not match |
143 | api_running_line | /api/running-line | Path does not match |
144 | api_seo_data_delete | /api/seo-data-delete | Path does not match |
145 | api_seo_datas | /api/seo-datas | Path does not match |
146 | api_seo_data | /api/seo-data | Path does not match |
147 | api_settings | /api/settings | Path does not match |
148 | api_short_link_delete | /api/short-link/delete | Path does not match |
149 | api_short_links | /api/short-links | Path does not match |
150 | api_short_link | /api/short-link | Path does not match |
151 | api_sticker_delete | /api/sticker/delete | Path does not match |
152 | api_stickers | /api/stickers | Path does not match |
153 | api_sticker | /api/sticker | Path does not match |
154 | api_tags | /api/tags | Path does not match |
155 | api_tag | /api/tag | Path does not match |
156 | api_check_empty_translations | /api/check-empty-translation/{language} | Path does not match |
157 | api_translation_delete | /api/translation-delete | Path does not match |
158 | api_translations | /api/translations | Path does not match |
159 | api_translation | /api/translation | Path does not match |
160 | send-help-form | /send-help-form | Path does not match |
161 | send-help-form_localized | /{_locale}/send-help-form | Path does not match |
162 | fm_command | /fm/command | Path does not match |
163 | fm_command_localized | /{_locale}/fm/command | Path does not match |
164 | fm_save_profile | /fm/save-profile | Path does not match |
165 | fm_save_profile_localized | /{_locale}/fm/save-profile | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.