public Add custom url route
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 create a new url routing rule, you need to:
- 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.
- Click on the “add custom url route” link in the upper right corner of the grid
- Enter a number, which will determine the priority of this rule in the list of url routing rules. If you left the filed blank, the rule will be appended at the end of the list.
- Add the routing rule pattern that should be matched against the URLs
- Add the page or URL node that should be opened when the pattern is matched.
- 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: