小幸福 发表于 2015-8-26 08:58:19

返回这个东西 那方面错误

发布失败,错误信息:

网页源代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title>ERROR 404 - Not Found!</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="robots" content="noindex" />
    <style type="text/css"><!--
    body {
      color: #444444;
      background-color: #EEEEEE;
      font-family: 'Trebuchet MS', sans-serif;
      font-size: 80%;
    }
    h1 {}
    h2 { font-size: 1.2em; }
    #page{
      background-color: #FFFFFF;
      width: 60%;
      margin: 24px auto;
      padding: 12px;
    }
    #header {
      padding: 6px ;
      text-align: center;
    }
    .status3xx { background-color: #475076; color: #FFFFFF; }
    .status4xx { background-color: #C55042; color: #FFFFFF; }
    .status5xx { background-color: #F2E81A; color: #000000; }
    #content {
      padding: 4px 0 24px 0;
    }
    #footer {
      color: #666666;
      background: #f9f9f9;
      padding: 10px 20px;
      border-top: 5px #efefef solid;
      font-size: 0.8em;
      text-align: center;
    }
    #footer a {
      color: #999999;
    }
    --></style>
</head>
<body>
    <div id="page">
      <div id="header" class="status4xx">
            <h1>ERROR 404 - Not Found!</h1>
      </div>
      <div id="content">
            <h2>The following error occurred:</h2>
            <p>The requested URL was not found on this server.</p>
            <P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p>
      </div>
      <div id="footer">
            <p>Powered by <arel="nofollow">wdcp</a></p>
      </div>
    </div>
</body>
</html>

返回的Header:
HTTP/1.1 404 Not Found
Server:nginx/1.0.15
Date:Wed, 26 Aug 2015 00:56:11 GMT
Content-Type:text/html
Transfer-Encoding:chunked
Connection:keep-alive
Vary:Accept-Encoding
Last-Modified:Sun, 16 Feb 2014 09:23:06 GMT
ETag:"1a010-757-4f282962c5280"
Content-Encoding:gzip
Content-Length:1879


303718 发表于 2015-8-26 09:23:18

网址错误或者访问的页面不存在。

showbcry 发表于 2015-8-26 13:57:39

看看了 确实听重要的~~

zhouhu 发表于 2015-8-27 01:17:49

好好学习天天向上
页: [1]
查看完整版本: 返回这个东西 那方面错误