Skip to content

Latest commit

 

History

History
executable file
·
33 lines (19 loc) · 1.02 KB

README.markdown

File metadata and controls

executable file
·
33 lines (19 loc) · 1.02 KB

Improved Page Resolve

Overview

Improved Page Resolve allows you to create index page with parameters and show it without a need to include its path in URL. For example:

http://www.example.com/param_1_value/param_2_value

will work the same way as:

http://www.example.com/url_handle_of_index_page/param_1_value/param_2_value

Unless there is a page with path that is the same as param_1_value, in which case that page will be shown.

Installation

  1. Upload the 'improvedpageresolve' folder in this archive to your Symphony 'extensions' folder.
  2. Enable it by selecting the "Improved Page Resolve", choose Enable from the with-selected menu, then click Apply.

Changelog

  • 1.2 Update for Symphony 2.3. This may break compatibility with Symphony 2.2. Fixed selection of pages that match name but are non-index type.
  • 1.1 Update for Symphony 2.2.
  • 1.0 Initial release.