hctfendou001 发表于 2011-4-30 12:04:25

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 路径只是示例

lirong 发表于 2011-4-27 23:44:03

看一下这个有何不同

yu1314csf 发表于 2011-4-27 23:14:50

可以采集页面规则中把规则中设置宽屏代码替换改回去。
大家可以看看我网站采集效果,顺便给几个ip。

缘尽心风 发表于 2011-4-27 19:30:12

下载下来试用看看

972160 发表于 2011-4-26 11:43:16

支持。谢谢分享 .............................

红色自由人 发表于 2011-4-25 11:29:18

这个才是好东西啊

帥滴掉渣 发表于 2011-4-25 09:12:11

学习了··························

weincheng 发表于 2011-4-24 23:50:06

支持。谢谢分享。

vocan 发表于 2011-4-22 22:44:55

哈哈。现在的东西好用

bestspace 发表于 2011-4-21 17:48:28

杯具哇
但是反反复复吩咐
页: 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22
查看完整版本: 搜搜问问 搜搜问答规则