Difference between revisions of "URL Map"

From Whirlwind eCommerce Wiki
Jump to: navigation, search
(New page: URL Mapping allows you to 'point' any URL under your domain name to any page you in your web site you wish. Basically you can create alias URLs for any page in the web site. This is useful...)
 
Line 6: Line 6:
 
Weather adding or editing a URL Map, you will be provided the URL Map form.
 
Weather adding or editing a URL Map, you will be provided the URL Map form.
 
The URL Map form contains the following fields:
 
The URL Map form contains the following fields:
*From URL: The source URL you are creating as an alias. Enter the source URL without the domain or preceding slash: example: entering "AboutUs" into the From URL field will alias "http://www.yourwebsite.com/AboutUs".
+
*From URL: The source URL you are creating as an alias. Enter the source URL without the domain or preceding slash: example: entering "AboutUs" into the From URL field will alias "http: //www.yourwebsite.com/AboutUs".
 
*To Page ID: The target pageId you want to display when the alias URL is entered.
 
*To Page ID: The target pageId you want to display when the alias URL is entered.
 
*To URL: For more complicated target URLs (that contain query string information other than the pageId), enter the full absolute target URL. Do not include the domain name, but do include the proceeding slash: example: "/index.php?pageId=123&var=1&var2=x".
 
*To URL: For more complicated target URLs (that contain query string information other than the pageId), enter the full absolute target URL. Do not include the domain name, but do include the proceeding slash: example: "/index.php?pageId=123&var=1&var2=x".

Revision as of 01:13, 2 November 2008

URL Mapping allows you to 'point' any URL under your domain name to any page you in your web site you wish. Basically you can create alias URLs for any page in the web site. This is useful for creating search engine friendly URLs, maintaining legacy URLs when switching from an old web site engine or just creating easy-to-remember URLs for your web site visitors.

Access URL Mapping by selecting "URL Map" from the administration links. The URL Map search form will display. From this form you can look up URL Maps to edit/delete them or add a new URL Map.

URL Map Form

Weather adding or editing a URL Map, you will be provided the URL Map form. The URL Map form contains the following fields:

  • From URL: The source URL you are creating as an alias. Enter the source URL without the domain or preceding slash: example: entering "AboutUs" into the From URL field will alias "http: //www.yourwebsite.com/AboutUs".
  • To Page ID: The target pageId you want to display when the alias URL is entered.
  • To URL: For more complicated target URLs (that contain query string information other than the pageId), enter the full absolute target URL. Do not include the domain name, but do include the proceeding slash: example: "/index.php?pageId=123&var=1&var2=x".

You may use EITHER the "To Page ID" field or the "To URL" field, but not both. Use the "To Page ID" field if you are simply forwarding to a page without any additional query string information. Use "To URL" if you require a target page that needs additional query string information.

==

Adding a New URL Map

Select the "Add New URL Map" button from the URL Map search form. The "Adding New URL Map" form will display. See above "URL Map Form