各位有没有Discuz X3.4教程之删帖后跳转404页面的解决方法,...
各位有没有Discuz X3.4教程之删帖后跳转404页面的解决方法,我的启用了https,按照网上说的不管用啊,他还是提示找到文件:source\module\forum\forum_viewthread.php中的以下代码:
showmessage('thread_nonexistence');
替换成
header('HTTP/1.1 404 Not Found');header('status: 404 Not Found');exit(); 感谢大佬
页:
[1]