up vote 0 down vote favorite
share [g+] share [fb]

The related configuration is like this:

ErrorDocument 404 /404.php

And it works in firefox,but when in IE it's not shown(IE's default 404 page is shown instead)

Has anyone experienced this?

link|improve this question

13% accept rate
feedback

1 Answer

up vote 6 down vote accepted

Internet Explorer will show a "friendly" error message instead of whatever it receives from the web server if what it receives is below 512 bytes.

Increase the amount of data in the response (even if that means adding a big <!-- comment -->)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.