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.
|
|
Specifies the alternate URL to which to direct incoming requests from older clients that do not provide a Host: header.
It is recommended that you set this option to a page that explains the situation to the user and advises a browser upgrade or provides a link directly to the origin server, bypassing the proxy. Alternatively, you can specify a map rule that maps requests without Host: headers to a particular server.
|
|
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.
|
|
Updates the table to display the most up-to-date rules in the remap.config file.
|
|
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).
map and reverse_map are not supported.
|
|
Note: Mapping a URL of one protocol (scheme) to a different protocol (scheme) is not supported.
|
|
Must match From Scheme.
|
|
Configuration Options > Content Routing > Mapping and Redirection
|