The URL Mapper allows to you redirect from arbitrary URLs on your web site to specific
pages. For example, if you had created a page in the Page Manager that had a full URL of
/products/my-product/
, you could use the URL Mapper to create a shorter way
to get here, such as /myprod
.
You may also want to use this if you have a legacy URL that you want to maintain (such as a certain URL that a 3rd party search engine or web site uses).
In the previous example, if your site was www.example.com
, and somebody
visited www.example.com/myprod
, they would be redirected to
www.example.com/products/my-product/
.
The URL mapper is designed to redirect from a URL that doesn't exist to one that
does. If instead you want to redirect from a page created in the Page Manager, then you
must instead edit that page's Meta Data. Specifically, you must use the
redirect
meta tag that is documented in the meta data section of
the Page Manager chapter.
To load the URL mapper, click the URL Mapper link in the left-hand pane of the administration section. When you click this link you will see a summary of existing URLs that have been mapped. This table shows the URL being redirected, where it is being redirected to, and options to manage the URL.
To create a new mapped URL, click the
tab at the top of the right-hand pane.Enter the URL that you want redirected in the first input. Next, select the page you would like to redirect to from the select box.
Click
to save your URL. The URL mapping is instantly enabled. You can test it yourself by visiting the "Redirect From" URL in your browser and checking to see the desired page is loaded.To edit a URL, click the edit icon when viewing a list of mapped URLs. You will then be shown a form similar to when you create a new mapped URL.
Update your mapped URL then click the
button to save your changes.