Edit report at http://bugs.php.net/bug.php?id=54906&edit=1
ID: 54906 Updated by: bj...@php.net Reported by: stephon at gmail dot com Summary: Custom HTTP ErrorDocument cannot be shown with a test php script -Status: Open +Status: Bogus Type: Bug Package: Apache2 related Operating System: FreeBSD 8.2 PHP Version: 5.3.6 Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2011-05-23 10:10:20] stephon at gmail dot com Description: ------------ I found that a test script below won't cause Apache showing custom pages, but browser's error page, The same result in 403, 404 Is this a bug? and how to fix this problem? Thanks a lot -- stephon Test script: --------------- <?php // Server error header('HTTP/1.1 500 Internal Server Error'); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54906&edit=1