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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 请大家帮我看看伪静态?

[复制链接]
我想学吉他 发表于 2009-11-13 17:55:00 | 显示全部楼层 |阅读模式
  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 3600

  4. RepeatLimit 32

  5. # Protect httpd.ini and httpd.parse.errors files
  6. # from accessing through HTTP
  7. RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)\?*(.*)$ /$1/archiver/index\.php\?$2&$4
  8. RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ /$1/forumdisplay\.php\?fid=$2&page=$3&$4
  9. RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ /$1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
  10. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ /$1/space\.php\?$2=$3&$4
  11. RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ /$1/tag\.php\?name=$2&$3







  12. RewriteRule ^/(space|network)-(.+)\.html$ /$1\.php\?rewrite=$2 [L]

  13. RewriteRule ^/(space|network)\.html$ /$1\.php [L]

  14. RewriteRule ^/([0-9]+)$ /space\.php\?uid=$1 [L]



  15. RewriteRule ^/([0-9]+)$ /index\.php\?uid/$1 [L]
  16. RewriteRule ^/([0-9]+)/spacelist(.+)$ /index\.php\?uid/$1/action/spacelist/type$2 [L]
  17. RewriteRule ^/([0-9]+)/viewspace(.+)$ /index\.php\?uid/$1/action/viewspace/itemid$2 [L]
  18. RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index\.php\?uid/$1/action/viewbbs/tid$2 [L]
  19. RewriteRule ^/([0-9]+)/(.*)$ /index\.php\?uid/$1/$2 [L]
  20. RewriteRule ^/action(.+)$ /index\.php\?action$1 [L]
  21. RewriteRule ^/category(.+)$ /index\.php\?action/category/catid$1 [L]
  22. RewriteRule ^/viewnews(.+)$ /index\.php\?action/viewnews/itemid$1 [L]
  23. RewriteRule ^/viewthread(.+)$ /index\.php\?action/viewthread/tid$1 [L]
  24. RewriteRule ^/mygroup(.+)$ /index\.php\?action/mygroup/gid$1 [L]
复制代码
新装了ss,开启了伪静态,大家帮我看看我的ss规则对吗?我的ss在根目录,可是这样打不开连接哦,不知道哪里出了问题!
 楼主| 我想学吉他 发表于 2009-11-13 19:18:05 | 显示全部楼层
顶呀,希望有人帮我看看!
回复

使用道具 举报

 楼主| 我想学吉他 发表于 2009-11-14 23:37:52 | 显示全部楼层
顶呀,希望有人帮我看看!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-28 07:19 , Processed in 0.249589 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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