正需要呢ali68ls{:1_203:}
顶起..........................................
支持一下{:4_198:}
这个必须看看这个必须看看这个必须看看
dddddddddddddddddd
好东西~必须支持!!!!!
这里怎么还要回答啊
喜欢ing喜欢ing喜欢ing
Discuz! X1.5在nginx下的伪静态规则代码:
location /
{
rewrite ^(.*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last;
rewrite ^(.*)/article-(+)\.html$ $1/portal.php?mod=view&aid=$2 last;
rewrite ^(.*)/forum-(\w+)-(+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;
rewrite ^(.*)/thread-(+)-(+)-(+)\.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3 last;
rewrite ^(.*)/group-(+)-(+)\.html$ $1/forum.php?mod=group&fid=$2&page=$3 last;
rewrite ^(.*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3 last;
rewrite ^(.*)/(+)-(.+)\.html$ $1/$2.php?rewrite=$3 last;
}
nginx配置文件路径:/usr/local/nginx/conf/nginx.conf
此规则代码放在 root/webserver/bbs下面即可 。
注:/webserver/bbs 路径只是示例
谢谢分享,试一下可以用不!!!!