public Manage URL routing rules
With URL routing, you can create a lookup table with rules, which can define what URLs should translate to which physical page / URL node.
As an example you can define a pattern http://domain.com/categories/{$_category-name} to open the page on URL node http://domain.com/categories/view/. This rule will match the URL "http://domain.com/categories/cars", will open the defined URL node and will set "cars" as a URL data variable with key "$_category-name".
The URL routing rules are applied according to their order until the first positive pattern match.
To manage already created rules, follow the steps below:
- Log in to the WordFrame Integra Core Administration
- Click on the “Builder” tab in the upper left corner
- Click on the “Web page components” menu in the main navigation bar
- Click on the “Custom URL routing” link in the “Site navigation” section on the left of the screen.
- Find the rule you want to manage and click on the “edit” button.
- Make the desired changes and click on the “Save” button.
Last edited by Boz Zashev on 06 Oct 2010 | Rev. 3 |
This page is
public |
Views: 1
Comments:
0 |
Filed under:
Web page components |
Tags: