DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16795>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16795

ErrorDocument does not work in Internet Explorer

           Summary: ErrorDocument does not work in Internet Explorer
           Product: Apache httpd-1.3
           Version: 1.3.23
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Other
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


If ErrorDocument ### /correct_file does not report the document file as 
missing when looking at the error_log, AllowOverride is set properly for the 
directory, and the .htaccess file has the correct permissions, Internet 
Explorer may not display the correct ErrorDocument if 
  Tools-Internet Options-Advanced-Show friendly HTTP error messages
is enabled.  Turning this off displays the correct error document.

Another option is to change the entry and let the browser resolve the document 
location.  This, however, won't report the error to the browser (or spider).

Example: ErrorDocument 404 /errors/not_found.html
Becomes: ErrorDocument 404 http://www.mysite.com/errors/not_found.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to