404页面简单错误处理

作者:monface 发布时间:January 9, 2010 分类:计算机 No Comments

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
<html><head> <title>404 Not Found</title> </head>
<body> <h1>Not Found</h1> 
<p>The requested URL 
<?php echo $_SERVER['REQUEST_URI']; ?> was not found on this server.</p> 
<p>Additionally, a 404 Not Found error was encountered while trying to use an 
ErrorDocument to handle the request.</p> 
</body> 
</html>

标签: 404

添加新评论 »