Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Options > Content Routing > Mapping and Redirection
Select Required if you want the proxy to serve requests only to origin servers listed in the mapping rules of the remap.config file. If a request does not match a rule in the remap.config file, the browser receives an error. This option provides added security for your Content Gateway system.
Displays a table listing the mapping rules in the remap.config file so that you can redirect HTTP requests permanently or temporarily without the proxy having to contact any origin servers.
Note: Mapping a URL to another URL in the same domain requires that a "/" be specified in From Path Prefix field. See the example following this table.
Lists the remap.config file rules. Select a rule to edit it. The buttons on the left of the box allow you to delete or move the selected rule up or down in the list.
redirect redirects HTTP requests permanently without having to contact the origin server. Permanent redirects notify the browser of the URL change (by returning an HTTP status code 301) so that the browser can update bookmarks.
redirect_temporary redirects HTTP requests temporarily without having to contact the origin server. Temporary redirects notify the browser of the URL change for the current request only (by returning an HTTP status code 307).
Note: Mapping a URL of one protocol (scheme) to a different protocol (scheme) is not supported.
Sometimes it is desirable to redirect a URL to a sub-page in the same domain. For example, to redirect "www.cnn.com" to "www.cnn.com/tech". To make this rule work you must specify "/" in the From Path Prefix field. If it is not specified, the redirection results in a URL that recursively adds the page specifier to the URL. For example, "www.cnn.com/tech" becomes "www.cnn.com/tech/tech/tech/tech/tech/tech/tech/tech/...".

Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Options > Content Routing > Mapping and Redirection