Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] ss7.5 nginx 下 的伪静态规则

[复制链接]
roketlu 发表于 2010-4-11 10:12:39 | 显示全部楼层 |阅读模式

  1. rewrite ^/([0-9]+)/spacelist(.+)$ /index.php?uid/$1/action/spacelist/type$2 last;
  2. rewrite ^/([0-9]+)/viewspace(.+)$ /index.php?uid/$1/action/viewspace/itemid$2 last;
  3. rewrite ^/([0-9]+)/viewbbs(.+)$ /index.php?uid/$1/action/viewbbs/tid$2 last;
  4. rewrite ^/([0-9]+)/(.*)$ /index.php?uid/$1/$2 last;
  5. rewrite ^/([0-9]+)$ /index.php?uid/$1 last;
  6. rewrite ^/action(.+)$ /index.php?action$1 last;
  7. rewrite ^/category(.+)$ /index.php?action/category/catid$1 last;
  8. rewrite ^/viewnews(.+)$ /index.php?action/viewnews/itemid$1 last;
  9. rewrite ^/viewthread(.+)$ /index.php?action/viewthread/tid$1 last;
  10. rewrite ^/mygroup(.+)$ /index.php?action/mygroup/gid$1 last;
  11. 复制代码
复制代码
 楼主| roketlu 发表于 2010-4-11 10:13:13 | 显示全部楼层
亲测可用。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 10:04 , Processed in 0.021388 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表