1c8
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>文件未找到</title>
<link rel="stylesheet" type="text/css" href="http://www.kuanha.com/static/css/default/common.css" />
</head>
<body class="aw-404">
<div class="aw-404-wrap">
<img src="http://www.xxx.com/static/css/default/img/404-logo.png"/>
<p>你访问的页面不存在</p>
<p><a href="http://www.xxx.com">返回网站首页</a></p>
</div>
</body>
</html>
0
404页面出显1c8 、0
IE上没有显示404页面?,如何设置
.htaccess文件中加入如下语句:ErrorDocument 404 /404.shtml
没有显示!
阅读全文
收起全文