Make sure the 404 page is 1024 bytes. IE used to have a heuristic where it would suppress the 404 page if it was below 1024 bytes, and IE9 might have inherited that.
On Tue, Aug 16, 2011 at 22:06, rick c <[email protected]> wrote: > That's odd. I just tried this with my site and a non-existent page. My > 404 page was returned. > > Rick > > On Aug 16, 11:12 am, dvector <[email protected]> wrote: >> Hi - is anyone else experiencing this? >> >> // Pesky Microsoft IE9 stops immediately on a 404 status header, even if >> valid content came back, this prevents Habari from displaying the theme >> 404.php >> // possible fix for 404.php >> >> header('HTTP/1.1 200 OK'); > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-dev > > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
