logo

New Response

« Return to the main article

You are replying to:

  1. Look for a file called

    httpd.cnf

    This should be in your data directory (I think).

    Then add these lines at the bottom before the #EOF line

    ####################################### # Redirections to prevent use of $DefaultNav,$DefaultView and $DefaultForm URL commands. add this httpd.cnf #######################################

    map */*/$d* */* map */*/$%44* */* map */*/$%64* */* map */*/%24d* */* map */*/%24%44* */* map */*/%24%64* */* map */*/$d* */* map */*/$%44* */* map */*/$%64* */* map */*/%24d* */* map */*/%24%44* */* map */*/%24%64* */*

    # Trap odd ball http calls ErrorPage multifail /404/404.htm #EOF

    The file 404/404.htm is a standard htm page use these javascript params to work out what you might want to do with it.

    x=window.location.href h=window.location.hostname

    Hope this helps - doesn't help me of course - it is an essential part of having a web server and I am perplexed as to why Lotus removed it. Despite complaints they have not even put it into Domino 7.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: