整顿正题代码的时候,发现wordpress的自定义404页面居然无效,会直接跳转nginx的404页面
问题就出在nginx,查看宝塔的站点配置文件,会有如下两行
error_page 404 /404.html;
error_page 502 /502.html;
前面加上#号注释掉,save便可
参考文献: https://vps.fubi.hk/foreshadowingvps/zhishiku/20181025/6226.html
整顿正题代码的时候,发现wordpress的自定义404页面居然无效,会直接跳转nginx的404页面
问题就出在nginx,查看宝塔的站点配置文件,会有如下两行
error_page 404 /404.html;
error_page 502 /502.html;
前面加上#号注释掉,save便可
参考文献: https://vps.fubi.hk/foreshadowingvps/zhishiku/20181025/6226.html
本文标题:解决宝塔面板WordPress自定义404页面无效的问题
本文链接:https://www.haomeiwen.com/subject/cjsctqtx.html
网友评论