当前位置:   article > 正文

宝塔设置404页面_宝塔默认404页面放在哪个目录

宝塔默认404页面放在哪个目录

在默认的404页面不是很友好;我们希望设置一个自定义的404可以遵循以下步骤:
这里用腾讯的404页面为例。效果如下:
在这里插入图片描述
1.编辑、上传404页面文件

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>页面被外星人抓走了!</title>
    <meta name="keywords" content="$keywords">
    <meta name="description" content="$description">
    <meta name="auther" content="Sanys">
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<script type="text/javascript" src="//qzonestyle.gtimg.cn/qzone/hybrid/app/404/search_children.js" charset="utf-8"></script>
</body>
</html>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18

将这段保存为404.html。将404.html放到网站目录。我这里是TP框架所以需要放到public目录下;
2.在宝塔中设置:
网站列表后点击设置
在这里插入图片描述
这样子当访问系统中不存在的页面的时候就会显示友好的404页面了!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/秋刀鱼在做梦/article/detail/985877
推荐阅读
相关标签
  

闽ICP备14008679号