網(wǎng)站設(shè)置404方法,404html代碼

如果是虛擬主機中要設(shè)置404錯誤頁面
請用動態(tài)頁面asp或PHP,這樣才能正確放回404錯誤信息,設(shè)置為html或htm返回的是200信息
在asp代碼上加入:
<%Response.Status = "404 Not Found"%>

在PHP代碼上加入:
<?php
header('HTTP/1.1 404 Not Found');
?>

就可以了

如:

  1. <?php
  2. header('HTTP/1.1 404 Not Found');
  3. ?><html>
  4. <head>
  5. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  6. <meta http-equiv="refresh" content="2;URL=http://www.sv11.cn/">
  7. <title>404 Not Found</title>
  8. <style type="text/css">
  9. <!--
  10. .t {
  11. font-family: Verdana, Arial, Helvetica, sans-serif;
  12. color: #CC0000;
  13. }
  14. .c {
  15. font-family: Verdana, Arial, Helvetica, sans-serif;
  16. font-size: 11px;
  17. font-weight: normal;
  18. color: #000000;
  19. line-height: 18px;
  20. text-align: center;
  21. border: 1px solid #CCCCCC;
  22. background-color: #FFFFEC;
  23. }
  24. body {
  25. background-color: #FFFFFF;
  26. margin-top: 100px;
  27. }
  28. -->
  29. </style>
  30. </head>
  31. <body>
  32. <div align="center">
  33. <h2><span class="t">404 Not Found</span></h2>
  34. <h2><span class="t">你查找的頁面不存在或轉(zhuǎn)移請瀏覽本站首頁</h2>
  35. <table border="0" cellpadding="8" cellspacing="0" width="460">
  36. <tbody>
  37. <tr>
  38. <td class="c">The requested URL was not found on this server.</td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. </div>
  43. </body>
  44. </html>

復(fù)制代碼

更多
  • 該日志由 于2022年02月28日發(fā)表在 未分類 分類下, 你可以發(fā)表評論,并在保留原文地址 及作者的情況下引用到你的網(wǎng)站或博客。
  • 本文鏈接: 網(wǎng)站設(shè)置404方法,404html代碼 | 幫助信息-動天數(shù)據(jù)
  • 版權(quán)所有: 幫助信息-動天數(shù)據(jù)-轉(zhuǎn)載請標(biāo)明出處
  • 【上一篇】 【下一篇】

    0 Comments.

    發(fā)表評論