Fundet i Administrator help:
Redirecting and remapping URLs and directories
You can keep database files, HTML files, CGI scripts, and other related Web files in multiple locations or move them to new locations without breaking URL links or changing Server and Virtual Server documents.
For example, if you have a Web application named mysite.nsf on a server
www.acme.com and you want to move this application to the server
www.abc.com, you can redirect all users to the application on
www.abc.com when they access the application on
www.acme.com.Redirecting a URL displays the page in the new location and displays the URL in the location box for the user. Mapping a URL or directory displays the page in the new location and hides the URL from the user. You can redirect or map URLs or directories for servers that host a single site and for virtual servers that host multiple sites.
To redirect or remap a URL or directory, you create a Mapping/Redirection document in the Domino Directory. Domino displays the Mapping/Redirection document as a response to the Server document on the Configuration tab in the Web - Web Server Configurations view.
1. From the Domino Administrator, click the Configuration tab, choose Server, and open the Server document for the server on which you want to redirect or remap a URL or directory.
2. Click Web and choose Create URL Mapping/Redirection.
3. Click the Basics tab, and complete this field:
Field Enter
What do you want to setup Choose one:
URL --> Directory to map a URL to a different directory so you can rename directories, move files, or store files on different drives without confusing users. Domino maps the URLs in the background, and does not display the mapped URL to the user.
URL --> Redirection URL to map an incoming URL to another URL. Domino displays the redirected URL in the user\'s browser. Use this option to map a URL to a Domino-specific URL -- for example, to a page stored in Domino databases.
URL --> URL to map an incoming URL to another URL so you can create alias names for long file names, rename directories, move groups of files, or store files on different drives without breaking external links or users\' bookmarks. Domino maps the URLs in the background, and does not display the mapped URL to the user.
You cannot map pages stored in a Domino database to a different URL.
4. Click the Site Information tab, and complete this field:
Field Enter
IP Address If you are creating a mapping for a virtual server, specify its unique IP address or host name for the site.
5. Click the Mapping tab, and complete these fields:
Field Enter
Incoming URL sring The incoming URL path that you want to map to another directory or URL.
Target server directory The full path name of the directory or the name to which you want to map the incoming URL.
For URL --> URL and URL --> Directory, the location to which you map must be on the same machine as the directory specified by the URL path.
6. Click the Access tab, complete this field, and then save the document:
Field Enter
Access level If you selected URL --> Directory, specify the type of access you want users to have to the directory. Read allows browsers to read files in the directory. Execute allows browsers to execute programs from this directory.
Set Read access for any directories that contain content files, such as HTML files and images. Do not set Execute access for these directories.
Set Execute access only for directories that contain CGI scripts and other files that browsers can run. Do not set Read access for these directories; users don\'t need to see what these directories contain.
7. Enter this command at the server console so that the settings take effect:
tell http restart
See \"Examples of redirecting or remapping URLs and directories.\"
See Also
Relocating Web URLs, directories, and files on a Web server
hth
jes