I am a novice to using Apache and I am trying to experiment  with changing the 
basic configurtion in order to display a different error message when a file is 
not found.

I tried two different approaches, neither of which have worked:

1. Create a new configuration file (myError.conf) containing 

  ErrorDocument 404 "Here is my message. "

Add 

  Include conf/extra/myError.conf 

to httpd.conf

2.  Insert 

   ErrorDocument 404 "Here is my message. "

directly into the httpd.conf file.

I'm not sure why this is not working. Any help much appreciated. 

Mark

  


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to