discuz论坛全站404教程

2024-12-01 17:15:54

1、找到文件:source\module\forum\forum_viewthread.php 记事本打开

2、查找代码:showmessage('thread_nonexistence');

3、把代码替换为:dheader("Location: 404.html");

4、html这个文件我是放在网站根目录,如果你的不在根目录那么就要修改一下Location: 404.html路径

猜你喜欢