21,891
社区成员
发帖
与我相关
我的任务
分享
header("HTTP/1.0 404 Not Found");
// 输出不小于512字节的内容,否则IE用内置的错误页面
print "<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /asdf was not found on this server.</p>
</body></html>
";
exit;