Discuz! X3.2 论坛外部调用实现伪静态
方案说明:Discuz!x3.2使用外部外部调用不能伪静态解决方法:
找到论坛目录下source\class\block\forum\block_thread.php
打开编辑
搜索
'url' => 'forum.php?mod=viewthread&tid='.$data['tid'].($viewmod ? '&from=portal' : ''),
修改为
'url' => 'thread-'.$data['tid'].'-1-1.html',
页:
[1]