public Custom URL routing

custom url routing

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 review existing custom URL routing rules, you need to:

  1. Log in to the WordFrame Integra Core Administration
  2. Click on the “Builder” tab in the upper left corner
  3. Click on the “Web page components” menu in the main navigation bar
  4. Click on the “Custom URL routing” link in the “Site navigation” section on the left of the screen
Last edited by Boz Zashev on 06 Oct 2010 | Rev. 4 | This page is public | Views: 1
Comments: 0 | Filed under: Web page components | Tags: