文件.php
<?php
ini_set('display_errors', 0);
if(){
echo 'test';
?>
我想隐藏错误并显示 500.shtml 页面,但我看到了 google chrome 错误页面。
// 500.shtml
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>500 Internal Server Error</TITLE>
</HEAD><BODY>
<H1>Internal Server Error</H1>
The server encountered an internal error or misconfiguration and was unable
to complete your request.<P> Please contact the server administrator and
inform them of the time the error occurred, and anything you might have
done that may have caused the error.<P> More information about this
error may be available in the server error log.<P>
</BODY></HTML>