How to turn off default HTTP status code errors in Zend Server?
Every time I return some status code in my PHP code, Zend Server gives me following error appended on the bottom of my website (with the message of HTTP code I returned). So for example, if I return 401, it gives me another 401 error appended to my 401 page: Is there any way to turn it off? I use Zend Server Community Edition 5.0 with PHP 5.2 . EDIT: It seems to be default Apache error handling. Is there a way to disable it? Preferably without having my own error pages. ADDITIONAL EDIT: I tried to edit my .htaccess with ErrorDocument directives. It still gives me my error page (blank page) +