The following reply was made to PR other/5173; it has been noted by GNATS. From: "Bob DeMattia" <[EMAIL PROTECTED]> To: "Marc Slemko" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Subject: Re: other/5173: ErrorDocument redirect not working with MicrosoftInternet Explorer 5.0 Date: Wed, 20 Oct 1999 15:57:28 -0400
Marc: Now I've seen everything (or at least a little bit more). I have to admit, when you told me that my error response page had to be "longer", I had my doubts. It sounded to strange. But, alas, you are right and it is true. By trial and error, I've ascertained (with no help from Microsoft) that the magic number is 1392. If an error response is 1,392 bytes or longer, IE will display the ErrorDocument response from the server rather than its own local page. You might want to put that one in your notebook. Thanks for the help Marc. If only I could get the kind of response from Microsoft that I get from Apache, my life would be a lot easier. Regards, Bob -----Original Message----- From: Marc Slemko <[EMAIL PROTECTED]> To: The DeMattia's <[EMAIL PROTECTED]> Cc: Apache bugs database <> Date: Wednesday, October 20, 1999 10:35 AM Subject: Re: other/5173: ErrorDocument redirect not working with MicrosoftInternet Explorer 5.0 >On Wed, 20 Oct 1999, The DeMattia's wrote: > >> Marc, >> Thank you for the quick response. The world is full of Microsoft wisdom's such as >> this. Just to clarify what you meant, are you saying that if my error document is >> "large enough" that IE will display my page instead of its own? The current response >> is about four lines of text. Including tags and such, it's probably about 512 characters. >> How large is "a certain size"? > >I don't know, give it a try. > >You could also try looking at MS's site to see if they document their >oddities. > >