using Domino 5, I am trying to trap the HTTP Error 404: file not found to
display my own error message. As recommended in the documentation I created
the Domino Configuration Database domcfg.nsf and created an error message
mapping document as well as my own error form. This only produces half the
expected results.
Domino displays this form when a document inside a database is not
available, but does not send html errors to this page, i.e. if I have
http://server/database.nsf/foo <-- if foo does not exist, my custom
404-error page is displayed
http://server/foo.html <-- if foo.html does not exist, the domino 404-error
page is displayed :-(
Any help solving this problem would be greately appreciated!
Ingo Martinz