错误页模板(包括401、404等)

<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>您未被授权查看该页</title>
<style>
body{font:9pt/12pt 宋体;}
h1{font:12pt/15pt 宋体;}
h2{font:9pt/12pt 宋体;}
a:link{color: rgb(255, 0, 0);}
a:visited{color: rgb(128, 0, 0);}
</style>
</head>
<body>
<table style="width:500px;border:none;border-spacing:10px;">
    <tbody>
    <tr>
        <td><h1>您未被授权查看该页</h1>
            您不具备使用所提供的凭据查看该目录或页的权限。
            <hr>
            <p>请尝试以下操作:</p>
            <ul>
                <li>如果您认为自己应该能够查看该目录或页面,请与网站管理员联系。</li>
                <li>单击<a href="javascript:location.reload();">刷新</a>按钮,并使用其他凭据重试。</li>
            </ul>
            <h2>HTTP 错误 401.1 - 未经授权:访问由于凭据无效被拒绝。<br>
                Internet 信息服务 (IIS)</h2>
            <hr>
            <p>技术信息(为技术支持人员提供)</p>
            <ul>
                <li>转到 <a href="https://go.microsoft.com/fwlink/?linkid=8180">Microsoft 产品支持服务</a>并搜索包括“HTTP”和“401”的标题。</li>
                <li>打开“IIS 帮助”(可在 IIS 管理器 (inetmgr) 中访问),然后搜索标题为“身份验证”、“访问控制”和“关于自定义错误消息”的主题。</li>
            </ul>
        </td>
    </tr>
    </tbody>
</table>
</body>
</html>



<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>404 - 找不到文件或目录。</title>
<style type="text/css">
body{margin:0;background:#eee;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;}
fieldset{padding:0 15px 10px;}
h1{color:#fff;font-size:2.4em;}
h1,h2{margin:0;}
h2{color:#c00;font-size:1.7em;}
h3{margin:10px 0 0;color:#000;font-size:1.2em;}
#header{margin:0;padding:6px 2%;width:96%;background-color:#555;color:#fff;font-family:trebuchet MS,Verdana,sans-serif;}
#content{position:relative;margin:0 0 0 2%;}
.content-container{position:relative;margin-top:8px;padding:10px;width:96%;background:#fff;}
</style>
</head>
<body>
<div id="header">
    <h1>服务器错误</h1>
</div>
<div id="content">
    <div class="content-container">
        <fieldset>
            <h2>404 - 找不到文件或目录。</h2>
            <h3>您要查找的资源可能已被删除,已更改名称或者暂时不可用。</h3>
        </fieldset>
    </div>
</div>
</body>
</html>



<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无法找到该页</title>
<style type="text/css">
body{font:9pt/1pc 宋体;}
h1{font:1pc/15pt 宋体;}
h2{font:9pt/1pc 宋体;}
a:link{color:red;}
a:visited{color:maroon;}
</style>
</head>
<body>
<table width="500" border="0" cellspacing="10">
    <tr>
        <td><h1>无法找到该页</h1>
            您正在搜索的页面可能已经删除、更名或暂时不可用。
            <hr>
            <p>请尝试以下操作:</p>
            <ul>
                <li>确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。</li>
                <li>如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。 </li>
                <li>单击<a href="javascript:history.back(1)">后退</a>按钮尝试另一个链接。</li>
            </ul>
            <h2>HTTP 错误 404 - 文件或目录未找到。<br>
                Internet 信息服务 (IIS)</h2>
            <hr>
            <p>技术信息(为技术支持人员提供)</p>
            <ul>
                <li>转到 <a href="https://support.microsoft.com/zh-cn/help/248033/how-system-administrators-can-troubleshoot-an-http-404-file-not-found">Microsoft 产品支持服务</a>并搜索包括&ldquo;HTTP&rdquo;&ldquo;404&rdquo;的标题。</li>
                <li>打开&ldquo;IIS 帮助&rdquo;(可在 IIS 管理器 (inetmgr) 中访问),然后搜索标题为&ldquo;网站设置&rdquo;&ldquo;常规管理任务&rdquo;&ldquo;关于自定义错误消息&rdquo;的主题。</li>
            </ul></td>
    </tr>
</table>
</body>
</html>



<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>IIS 7.5 详细错误 - 404.0 - Not Found</title>
<style type="text/css">
body{margin:0;background:#cbe1ef;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;}
code{margin:0;color:#060;font-weight:700;font-size:1.1em;}
.config_source code{color:#000;font-size:.8em;}
pre{margin:0;word-wrap:break-word;font-size:1.4em;}
ol,ul{margin:10px 0 10px 40px;}
ol.first,ul.first{margin-top:5px;}
fieldset{padding:0 15px 10px;}
.summary-container fieldset{margin-top:4px;padding-bottom:5px;}
legend.no-expand-all{margin:0 0 0 -9pt;padding:2px 15px 4px 10px;}
legend{margin:4px 0 8px -9pt;padding:4px 15px 4px 10px;border-top:1px solid #ededed;border-right:1px solid #969696;border-bottom:1px solid #969696;border-left:1px solid #ededed;background:#e7ecf0;color:#333;font-weight:700;font-size:1em;}
a:link,a:visited{color:#007eff;font-weight:700;}
a:hover{text-decoration:none;}
h1{color:#fff;font-size:2.4em;}
h1,h2{margin:0;}
h2{font-size:1.7em;}
h2,h3{color:#c00;}
h3{margin:10px 0 0;font-size:1.4em;}
h4{margin:10px 0 5px;font-size:1.2em;}
#header{margin:0;padding:6px 2%;width:96%;background-color:#5c87b2;color:#fff;font-family:trebuchet MS,Verdana,sans-serif;}
#content{position:relative;margin:0 0 0 2%;}
.content-container,.summary-container{position:relative;margin-top:8px;padding:10px;width:96%;background:#fff;}
.config_source{background:#fff5c4;}
.content-container p{margin:0 0 10px;}
#details-left{float:left;margin-right:2%;width:35%;}
#details-right{float:left;overflow:hidden;width:63%;}
#server_version{margin:0 0 5px;padding:11px 2% 8px;width:96%;min-height:1px;border-top:1px solid #4a6c8e;border-bottom:1px solid #c1cfdd;background-color:#5a7fa5;color:#fff;text-align:right;font-weight:400;font-size:1em;}
#server_version p{margin:5px 0;}
table{margin:4px 0;width:100%;border:none;}
td,th{padding:3px 0;border:none;vertical-align:top;text-align:left;font-weight:700;}
th{padding-right:2%;width:30%;text-align:right;font-weight:400;}
thead th{width:25%;background-color:#ebebeb;}
#details-right th{width:20%;}
table tr.alt td,table tr.alt th{background-color:#ebebeb;}
.highlight-code{color:#c00;font-weight:700;font-style:italic;}
.clear{clear:both;}
.preferred{padding:0 5px 2px;background:#063;color:#fff;font-weight:400;font-size:.8em;}
</style>
</head>
<body>
<div id="header">
    <h1>应用程序“DOMAIN.COM”中的服务器错误</h1>
</div>
<div id="server_version">
    <p>Internet Information Services 7.5</p>
</div>
<div id="content">
    <div class="content-container">
        <fieldset>
            <legend>错误摘要</legend>
            <h2>HTTP 错误 404.0 - Not Found</h2>
            <h3>您要找的资源已被删除、已更名或暂时不可用。</h3>
        </fieldset>
    </div>
    <div class="content-container">
        <fieldset>
            <legend>详细错误信息</legend>
            <div id="details-left">
                <table border="0" cellpadding="0" cellspacing="0">
                    <tr class="alt">
                        <th>模块</th>
                        <td>IIS Web Core</td>
                    </tr>
                    <tr>
                        <th>通知</th>
                        <td>MapRequestHandler</td>
                    </tr>
                    <tr class="alt">
                        <th>处理程序</th>
                        <td>StaticFile</td>
                    </tr>
                    <tr>
                        <th>错误代码</th>
                        <td>0x80070002</td>
                    </tr>
                </table>
            </div>
            <div id="details-right">
                <table border="0" cellpadding="0" cellspacing="0">
                    <tr class="alt">
                        <th>请求的 URL</th>
                        <td>http://www.domain.com:80/xxoo</td>
                    </tr>
                    <tr>
                        <th>物理路径</th>
                        <td>D:\hosting\wwwroot\domain_com\htdocs\xxoo</td>
                    </tr>
                    <tr class="alt">
                        <th>登录方法</th>
                        <td>匿名</td>
                    </tr>
                    <tr>
                        <th>登录用户</th>
                        <td>匿名</td>
                    </tr>
                </table>
                <div class="clear"></div>
            </div>
        </fieldset>
    </div>
    <div class="content-container">
        <fieldset>
            <legend>最可能的原因:</legend>
            <ul>
                <li>指定的目录或文件在 Web 服务器上不存在。</li>
                <li>URL 拼写错误。</li>
                <li>某个自定义筛选器或模块(如 URLScan)限制了对该文件的访问。</li>
            </ul>
        </fieldset>
    </div>
    <div class="content-container">
        <fieldset>
            <legend>可尝试的操作:</legend>
            <ul>
                <li>在 Web 服务器上创建内容。</li>
                <li>检查浏览器 URL。</li>
                <li>创建跟踪规则以跟踪此 HTTP 状态代码的失败请求,并查看是哪个模块在调用 SetStatus。有关为失败的请求创建跟踪规则的详细信息,请单击<a href="http://go.microsoft.com/fwlink/?LinkID=66439">此处</a></li>
            </ul>
        </fieldset>
    </div>
    <div class="content-container">
        <fieldset>
            <legend>链接和更多信息</legend>
            此错误表明文件或目录在服务器上不存在。请创建文件或目录并重新尝试请求。
            <p><a href="http://go.microsoft.com/fwlink/?LinkID=62293&amp;IIS70Error=404,0,0x80070002,7601">查看更多信息 &raquo;</a></p>
        </fieldset>
    </div>
</div>
</body>
</html>



<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>您要找的页面不存在!</title>
<style type="text/css">
body{margin:0;padding:35px 0 0 35px;color:#333;font:12px arial,helvetica,sans-serif;}
a{text-decoration:underline;}
a,a:hover{color:#007ab7;}
a:hover{color:#de1d6a;text-decoration:none;}
.error{padding:0;width:80px;height:90px;}
.error,h2{position:relative;float:left;margin:0;}
h2{padding:25px 0;width:80%;border-bottom:1px solid #ccc;font-size:16px;line-height:0;}
h3.wearesorry{position:absolute;top:70px;left:117px;margin:0;padding:0;color:#ccc;font-weight:400;font-size:10px;line-height:10px;}
.content{position:relative;top:-30px;left:80px;float:left;clear:both;margin:0;padding:0;width:80%;font-size:13px;line-height:19px;}
.content ul{margin:0;padding:10px 35px 20px;}
</style>
</head>
<body>
<div class="error"> </div>
<h2>抱歉,找不到您要的页面……</h2>
<h3 class="wearesorry">We're sorry but the page your are looking for is Not Found...</h3>
<div class="content">没有发现您要找的页面,可能的原因是:
    <ul>
        <li>在地址中可能存在键入错误。</li>
        <li>当您点击某个链接时,它可能已过期。</li>
        <li>根据相关法律法规和政策,此地址可能已经被删除。</li>
    </ul>
    <strong>您可以返回<a href="/">码农人生首页</a>浏览的其它内容。</strong></div>
</body>
</html>

Copyright © 2024 码农人生. All Rights Reserved