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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

ss的rewrite规则和dz6冲突

[复制链接]
sheaven 发表于 2007-10-7 00:27:44 | 显示全部楼层 |阅读模式
#RewriteRule ^/viewthread(.+)$ /index\.php\?action/viewthread/tid$1 [L]
这个规则会截获dz浏览帖子的url,导致dz里面点击帖子就跳回首页

请问如何解决
茄子 发表于 2007-10-8 16:39:11 | 显示全部楼层
将rewrite规则全部贴出来看看
回复

使用道具 举报

 楼主| sheaven 发表于 2007-10-9 17:37:53 | 显示全部楼层
  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 ^/httpd(?:\.ini|\.parse\.errors).* [F,I,O]


  8. # Discuz
  9. RewriteRule ^(.*)/archiver/((fid|tid)-[0-9]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4
  10. RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2&page=$3&$4
  11. RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
  12. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4
  13. RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag\.php\?name=$2&$3
  14. RewriteRule ^(.*)/profile-(username|uid)-(.+)\.html\?*(.*)$ $1/viewpro\.php\?$2=$3$4

  15. # SupeSite Rewrite规则
  16. # 独立主机用户
  17. # 修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /

  18. RewriteRule ^/([0-9]+)$ /index\.php\?uid/$1 [L]
  19. RewriteRule ^/([0-9]+)/spacelist(.+)$ /index\.php\?uid/$1/action/spacelist/type$2 [L]
  20. RewriteRule ^/([0-9]+)/viewspace(.+)$ /index\.php\?uid/$1/action/viewspace/itemid$2 [L]
  21. RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index\.php\?uid/$1/action/viewbbs/tid$2 [L]
  22. RewriteRule ^/([0-9]+)/(.*)$ /index\.php\?uid/$1/$2 [L]

  23. RewriteRule ^/action(.+)$ /index\.php\?action$1 [L]
  24. RewriteRule ^/category(.+)$ /index\.php\?action/category/catid$1 [L]
  25. RewriteRule ^/viewnews(.+)$ /index\.php\?action/viewnews/itemid$1 [L]
  26. RewriteRule ^/viewthread(.+)$ /index\.php\?action/viewthread/tid$1 [L]
  27. RewriteRule ^/mygroup(.+)$ /index\.php\?action/mygroup/gid$1 [L]
复制代码
回复

使用道具 举报

茄子 发表于 2007-10-10 11:11:20 | 显示全部楼层
1,没有写RewriteBase
2,建议最好将论坛和ss的rewrite规则分开
回复

使用道具 举报

 楼主| sheaven 发表于 2007-10-14 17:10:39 | 显示全部楼层
恩忘了说了,我是在iis下面,后来我分别存了2个httpd.ini放到各自站点下面去了
回复

使用道具 举报

aaaad 发表于 2008-2-4 01:53:14 | 显示全部楼层
怎么分开呢??:)
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 14:48 , Processed in 0.024201 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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