On 8/4/06, Liz Kim <[EMAIL PROTECTED]> wrote:
I am having a problem with ErrorDocument.
There is a err.html file which exists under
/web/path/to/err.html

ErrorDocument 500 http://myURL/path/to/err.html

works.  However,

ErrorDocument 404 /web/path/to/err.html

gives me a 404 error.  The file exists and I can get to it
when I give it the complete url.

Any inputs on why it's giving me the 404 on the local URL?

What does the error log say?  Remember that ErrorDocument takes a
web-path (that is, relative to the DocumentRoot) not a full
file-system path.  Also remember that MSIE will hide error messages
unless they are "large enough".

Joshua.

---------------------------------------------------------------------
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