RemapUrl Version 1

RemapUrl provides remapping services to remap file and URL requests to alternative pages or servers. Once installed, configuration is through a simple text file, RemapUrl.ini. For example, to remap PageOne.html to PageTwo.html, you would use the following:

/PageOne.html=/PageTwo.html

To map a directory to another Web site, use this:

/Sales=http://sales.mcslp.pri

Installation is a three stage process?first RemapUrl should be installed as an ISAPI extension. Next, it should be installed as a wildcard scriptmap for the site on which you want to enable the remapping. Last, execute permissions should be enabled for the directory that contains remapped elements. Full details are in the documentation with the resource kit.

REMAPURL FUNCTIONALITY

RemapUrl offers slightly more functionality than the built-in redirection service, including the ability to redirect to an external site.