lizhirong 发表于 2011-4-8 10:53:10

正需要呢ali68ls{:1_203:}

605032187 发表于 2011-4-8 13:47:37

顶起..........................................

deak17 发表于 2011-4-11 15:00:18

支持一下{:4_198:}

gyc666 发表于 2011-4-15 15:50:43

这个必须看看这个必须看看这个必须看看

kissinglife 发表于 2011-4-21 12:34:34

dddddddddddddddddd

xuyan3175 发表于 2011-4-21 20:53:49

好东西~必须支持!!!!!

yinshulin 发表于 2011-4-22 17:26:40

这里怎么还要回答啊

killer110 发表于 2011-4-22 22:53:26

喜欢ing喜欢ing喜欢ing

hctfendou001 发表于 2011-4-30 12:07: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 路径只是示例

巴扎西 发表于 2011-5-3 15:15:27

谢谢分享,试一下可以用不!!!!
页: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18
查看完整版本: phpcms v9免登陆发布接口(含发布模块,官)