Apache's 404 page not shown in IE but works in firefox?
- by apache
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?