Routing
slug_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| lang | "en" |
| slug | "empresa" |
Route Matching Logs
Path to match:
/en/empresa
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | get_module_highlights | /modules/int/highlights/{lang}/{limit} | Path does not match |
| 2 | get_module_highlights_ajax | /modules/highlights/{lang}/{limit} | Path does not match |
| 3 | get_module_searcher | /modules/int/searcher/{lang} | Path does not match |
| 4 | get_module_searcher_2 | /modules/int/searcher2/{lang} | Path does not match |
| 5 | get_module_searcher_3 | /modules/int/searcher3/{lang} | Path does not match |
| 6 | get_module_searcher_ajax | /modules/searcher/{lang} | Path does not match |
| 7 | get_module_last_properties | /modules/int/lastProperties/{lang}/{limit} | Path does not match |
| 8 | get_data_module_properties_agency | /modules/data/properties/agency/{lang} | Path does not match |
| 9 | get_data_module_properties_megascroll | /modules/data/properties/megascroll/{lang} | Path does not match |
| 10 | get_data_module_properties_superprop | /modules/data/properties/superprop/{lang} | Path does not match |
| 11 | get_data_module_properties_geoloc | /modules/data/properties/geoloc/{lang} | Path does not match |
| 12 | get_data_module_properties_homemap | /modules/data/properties/homemap/{lang} | Path does not match |
| 13 | get_data_module_properties_portal | /modules/data/properties/portal/{lang} | Path does not match |
| 14 | get_data_module_properties_lateralscroll | /modules/data/properties/lateralscroll/{lang} | Path does not match |
| 15 | get_module_last_properties_ajax | /modules/lastProperties/{lang}/{limit} | Path does not match |
| 16 | get_module_last_properties_rent | /modules/int/lastPropertiesRent/{lang}/{limit} | Path does not match |
| 17 | get_module_last_properties_rent_ajax | /modules/lastPropertiesRent/{lang}/{limit} | Path does not match |
| 18 | get_all_javascripts | /plugin/javascripts | Path does not match |
| 19 | get_all_styles | /plugin/styles | Path does not match |
| 20 | private_page_home | /private | Path does not match |
| 21 | private_page | /private/ | Path does not match |
| 22 | update_profile | /private/updateProfile | Path does not match |
| 23 | design_page | /private/design | Path does not match |
| 24 | update_design_page | /private/updateDesign | Path does not match |
| 25 | private_delete_video | /private/deleteVideo | Path does not match |
| 26 | private_delete_image | /private/deleteImage | Path does not match |
| 27 | content_page | /private/content | Path does not match |
| 28 | content_delete_page | /private/content/delete/{group_id} | Path does not match |
| 29 | content_change_status | /private/content/change/status | Path does not match |
| 30 | private_page_edit_new | /private/page/edit/new | Path does not match |
| 31 | private_page_edit | /private/page/edit/{id} | Path does not match |
| 32 | private_restore_history | /private/restore | Path does not match |
| 33 | private_page_copy | /private/page/copy/{id} | Path does not match |
| 34 | save_page | /private/page/save | Path does not match |
| 35 | get_home_info | /private/home/info/{lang} | Path does not match |
| 36 | save_image | /private/page/saveImg | Path does not match |
| 37 | update_image_title | /private/updateImageTitle | Path does not match |
| 38 | menu_management_page | /private/menu | Path does not match |
| 39 | menu_management_save_menu | /private/menu/save | Path does not match |
| 40 | property_management_page | /private/property | Path does not match |
| 41 | property_highlight_management_page | /private/property/highlight | Path does not match |
| 42 | analytics_management_page | /private/analytics | Path does not match |
| 43 | analytics_management_page_chat_data | /private/tracking/chartsData | Path does not match |
| 44 | get_own_plugins | /private/plugins/getOwnPlugins | Path does not match |
| 45 | private_page_preview | /private/page/preview | Path does not match |
| 46 | private_page_preview_session | /private/page/preview/session | Path does not match |
| 47 | app_login | /private/login | Path does not match |
| 48 | app_logout | /private/logout | Path does not match |
| 49 | main_page | / | Path does not match |
| 50 | main_page_lang | /{lang} | Path does not match |
| 51 | slug_page | /{lang}/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.