论坛开启伪静态…

/ 0评 / 0

.htaccess伪静态规则:

RewriteEngine On
RewriteBase /                    /*如果是论坛放在bbs目录的话 这里写成 RewriteBase /bbs
RewriteRule ^archiver/((fid|tid)-[w-]+.html)$ archiver/index.php?$1
RewriteRule ^forum-([0-9]+)-([0-9]+).html$ forumdisplay.php?fid=$1&page=$2
RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+).html$ viewthread.php?tid=$1&extra=page%3D$3&page=$2
RewriteRule ^space-(username|uid)-(.+).html$ space.php?$1=$2
RewriteRule ^tag-(.+).html$ tag.php?name=$1

论坛安装了火狼多格,但是最后回复没有伪静态,修改如下:

1、打开templates/default/discuz.htm (可能在风格文件下)找到
redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost 替换成thread-$forum[lastpost][tid]-1-1.html
2、在插件目录查找:plugins/ducexhome/xhome.php
redirect.php?tid把rediret.php改成viewthread.php

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注