建筑资源吧 發表於 2019-7-13 18:47:30

优化板块信息和帖子不存在时返回404错误

<font color="#000"><font face="-apple-system, BlinkMacSystemFont, &amp;quot;"> 在:<font style="color:rgb(51, 51, 51)"><font style="background-color:rgb(252, 252, 252)"><font face="consolas, Courier, &amp;quot;">source/function/function_message.php</font></font></font></font></font><br /><font color="#000"><font face="-apple-system, BlinkMacSystemFont, &amp;quot;">查找:&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</font></font><br /><ol><li>$_G['hookscriptmessage'] = $message;</ol><br /><font color="#000"><font face="-apple-system, BlinkMacSystemFont, &amp;quot;">上面加入:</font></font><ol><li>&nbsp;&nbsp;if(strpos($message,'nonexistence') !== false || strpos($message,'noexist') !== false || strpos($message,'not_exist') !== false || strpos($message,'nofound') !== false || strpos($message,'no_found') !== false || strpos($message,'not_found') !== false){<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;header('HTTP/1.1 404 Not Found'); <br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;header('status: 404 Not Found');<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;include('err404.htm');<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;exit();<br /><li>&nbsp; &nbsp; }</ol><font color="#000"><font face="-apple-system, BlinkMacSystemFont, &amp;quot;">上传覆盖,刷新一个不存在的板块,就会出现404页面提示,而不是系统的板块不存在提示了。</font></font><font face="-apple-system, BlinkMacSystemFont"><font color="#000000">如果是帖子需要404,则修改:source\module\forum\forum_viewthread.php</font></font><br /><font face="-apple-system, BlinkMacSystemFont"><font color="#000000">查找:</font></font><br /><ol><li>$page = max(1, $_G['page']);</ol>在上面加入:<br /><br /><br />刷新就 可以了。<br />quot<em>, </em>-apple-system<em>, </em>BlinkMacSystemFont

zhansh 發表於 2022-10-11 21:44:53

这个没有呀,返回的 200

ysx24 發表於 2022-10-14 15:35:32

2019年帖子,看来问题早就存在<br />

yezirui 發表於 2023-2-13 22:39:22

查看隐藏内容

影子江湖 發表於 2023-2-19 14:52:07

查看隐藏内容

yezirui 發表於 2023-2-19 14:58:06

<br />偶遇大佬

Xianger2120 發表於 2023-2-19 22:48:24

查看隐藏内容

八八 發表於 2023-4-5 16:16:08

查看隐藏内容

cchzhz 發表於 2024-12-10 12:58:35

看看看看看看

lusheji 發表於 2024-12-15 19:22:55

优化板块信息和帖子不存在时返回404错误
頁: [1]
查看完整版本: 优化板块信息和帖子不存在时返回404错误