I'm currently experiencing an issue where the custom error pages we have
in place (public/404.html, public/500.html, etc) are not being used when
one of these errors is generated. Instead, I'm receiving a completely
blank page (even checked the source in my browser - it's blank). Has
anyone ever experienced this issue before? I'm not having any luck
finding a solution.
Thank you!
Do you have multiple virtual servers? Maybe the requests end up in
another configuration.
Look in the request headers, for example with curl -I to see if there
are some unexpected headers there.
Marius
xxx.xxx.xxx.xxx - - [23/Feb/2010:20:16:37 +0000] "GET /bad/url/goes/
here HTTP/1.1" 200 1 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X
10.5; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7"
I don't see anything relevant in the error log.
-- Matt