Hej Tanker,
Jeg fandt denne note, - håber det giver dig nogle ideer.
How to Make URL Redirects Invisible to Web Browser Users
Problem:
URL Redirects are created in the Domino Web Server Configuration database (DOMCFG.NSF). Is it possible to control whether or not URL Redirects displays to the web browser user?
Solution:
Yes, it is possible to control whether or not URL Redirects displays to the web browser user. URL Redirects that start with a forward slash "/" are treated as Internal Redirects on a Domino server and therefore do not display to the web browser user. Instead, the URL that was entered by the user displays in the web browser. This allows web site developers to hide the actual URL and only show the URL that was entered.
URL Redirects that start with anything other than a forward slash are not treated as Internal Redirects on the server and are displayed in the web browser URL window.
For example, the following URL Redirect document displays the Redirection URL in the URL window of the browser after the page is loaded:
URL Path: /pages/*
Redirection URL:
http://domservername/subdir1/subdir2/database.nsf/viewname/*Conversely, the following URL Redirect document displays the URL path in the browser window rather than the actual long URL:
URL Path: /pages/*
Redirection URL: /subdir1/subdir2/database.nsf/viewname/*
Supporting Information:
The example URLs above use a key based system to access documents. The redirect allows users to simply type the following to get the document with the key in the first column of the view:
http://servername/pages/keyIn order for changes to take effect on URL Redirects, the HTTP task must be restarted.
If there is a forward slash at the beginning of the Redirection URL, the redirect is stored in the DOMINO.CNF file as a Internal Redirect rather than a Simple Redirect. The DOMINO.CNF file should not be edited manually.
There is not an option to make all URL redirections to behave one way or the other.