无限星辰工作室-客户无限互联网动力之源
标题:
Discuz!x3.2 帖子文章模式支持伪静态方案之一
[打印本页]
作者:
crx349
时间:
2014-10-15 20:39
标题:
Discuz!x3.2 帖子文章模式支持伪静态方案之一
问题描述:众所周知,Discuz的帖子有文章模式,但是不支持伪静态
方案适用:Discuz!x3 Discuz!x3.1 Discuz!x3.2
方案实施:
打开:
\source\class\block\forum\block_thread.php
搜索:
'url' => 'forum.php?mod=viewthread&tid='.$data['tid'].($viewmod ? '&from=portal' : ''),
复制代码
替换为:
'url' => 'forum-viewthread-tid-'.$data['tid'].($viewmod ? '-from-portal.html' : ''),
复制代码
保存后 替换同名文件
适用规则如下:
iis规则:
RewriteRule ^(.*)/forum-viewthread-tid-([0-9]+)-from-portal\.html(\?(.*))*$ $1/forum\.php\?mod=viewthread&tid=$2&from=portal$5
复制代码
apache规则:
nginx规则:
欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://xmspace.net/)
Powered by Discuz! X3.4