老张小站

  1. 欢迎光临

    感谢访问老张的博客!

  • 1
2,566

Discuz! X3 不存在/被删帖子或版块 返回 HTTP 404 状态码

分类 网站技术/村民张先生 发布于 2014-07-27 16:33
0

1、访问 不存在/被删/审核中 的帖子时,返回404状态码。

打开 source/module/forum/forum_viewthread.php 文件,

showmessage('thread_nonexistence'); 前增加本文末尾的代码。

2、访问 不存在/被删 的版块时,返回404状态码。

打开 source/module/forum/forum_forumdisplay.php 文件,

showmessage('forum_nonexistence', NULL); 前增加本文末尾的代码。

3、插件不存在或已关闭情况下返回404状态码。

打开 根目录下的 plugin.php 文件,

在 showmessage('plugin_nonexistence'); (共3处)前增加本文末尾的代码。

4、其它提示“插件不存在或已关闭”情况下返回404状态码。

打开 plugin.php 文件,在 showmessage('plugin_nonexistence'); 前增加本文末尾的代码。


增加代码: header('HTTP/1.1 404 Not Found');

 

欢迎转载分享,转载请注明 来源:大张小站 https://www.zhang.cq.cn/2014379.html
若您喜欢这篇文章,欢迎订阅老张小站以获得最新内容。 / 欢迎交流探讨,请发电子邮件至 mail[at]vdazhang.com 。


欢迎谈谈你的看法(无须登录) *正文中请勿包含"http://"否则将被拦截