Help for Request Routing

Use this form to create or modify a set of rules for your server to use when mapping URL requests to a file. You can use a list of mapping rules to define a virtual layout of your server's Web resources. The server uses the virtual layout to map requests to actual files. This enables you to change the physical location of your files and directories without any impact to your requesters. Having a virtual layout also lets your server present resources from other file systems and servers as part of its own set of resources.

The server takes the requested URL and processes it through the list of mapping rules. The order of the rules within the list is important because processing starts from the top of the list and continues down. Processing ends when the request is accepted, rejected, or redirected to another server. It is possible for a Map action to change the URL during the processing. The server then uses the new URL for processing subsequent rules.

If you are using multiple IP addresses or virtual hosts, you can specify a different set of mapping rules for the server to use depending on the address a request comes in on or the host for which a request is made.

For example, you might want to specify that a request beginning /cgi-bin/ received on address 9.67.106.79 or received for hostA is mapped to the /customerA/cgi/ directory, and the same request received on address 9.83.100.45 or received for hostB, is mapped to the /customerB/cgi/ directory.

Mapping rules contain the following parts:


To insert a new mapping rule:

  1. Select either Insert before or Insert after .
  2. Select an Index number.

    Your choices in steps 1 and 2 indicate the position you want the item to have in the list. For example, if you select Insert before and Index 2, the item will be second in the list. If you select Insert after and Index 4, the item will be fifth in the list.

  3. Enter the new mapping rule by selecting an Action and filling in the URL request template and Replacement file path fields.

    See the Mapping Rules earlier in this help information for a description of the parts of a mapping rule.

  4. Optionally specify the server IP address or host name to associate with the mapping rule.
  5. Click Apply to update your server with the changes you made to the form
    or
    Click Reset to return to the values that were on the form before you made the changes.

To replace a mapping rule:

  1. Select Replace.
  2. Select the Index number of the item you want to replace.
  3. Enter the new mapping rule by selecting an Action and filling in the URL request template and Replacement file path fields.

    See the Mapping Rules earlier in this help information for a description of the parts of a mapping rule.

  4. Optionally specify the server IP address or host name to associate with the mapping rule.
  5. Click Apply to update your server with the changes you made to the form
    or
    Click Reset to return to the values that were on the form before you made the changes.

To remove a mapping rule:

  1. Select Remove.
  2. Select the Index number of the item you want to remove.
  3. Click Apply to update your server with the changes you made to the form
    or
    Click Reset to return to the values that were on the form before you made the changes.

Help Index | Glossary | Back to Form