规则如下,但是dz论坛的帖子内容页打不开,如果把上面的科讯的规则删除了,论坛的也就正常了,请教这个怎么解决啊
[ISAPI_Rewrite]
# Defend your computer from some worm attacks
RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]
#模型通用
RewriteRule /thread\-(\d+)\-(\d+)\.html /item/show\.asp\?d=$1&m=$2 [N,I]
RewriteRule /thread\-(\d+)\-(\d+)\-(\d+)\.html /item/show\.asp\?d=$1&m=$2&p=$3 [N,I]
RewriteRule /list\-(\d+)\.html /item/list\.asp\?id=$1 [N,I]
RewriteRule /list\-(\d+)\-(\d+)\.html /item/list\.asp\?id=$1&page=$2 [N,I]
#问答系统
RewriteRule /ask/list-(\d+)\.html /ask/showlist\.asp\?id=$1 [N,I]
RewriteRule /ask/list-(\d+)-(\d+)-(\d+)\.html /ask/showlist\.asp\?id=$1&page=$2&m=$3 [N,I]
RewriteRule /ask/show-(\d+)\.html /ask/q\.asp\?id=$1 [N,I]
RewriteRule /ask/show-(\d+)-(\d+)\.html /ask/q\.asp\?id=$1&page=$2 [N,I]
#空间门户
#博客列表
RewriteRule /space/blog-((\%|\w)*) /space/index\.asp\?$1\/blog [N,I]
#日志内容页
RewriteRule /space/list-((\%|\w)*)-(\d+).html /space/index\.asp\?$1\/log\/$3 [N,I]
#相册列表
RewriteRule /space/album-((\%|\w)*) /space/index\.asp\?$1\/album [N,I]
#圈子列表
RewriteRule /space/group-((\%|\w)*) /space/index\.asp\?$1\/group [N,I]
#好友列表
RewriteRule /space/friend-((\%|\w)*) /space/index\.asp\?$1\/friend [N,I]
#文集列表
RewriteRule /space/xx-((\%|\w)*) /space/index\.asp\?$1\/xx [N,I]
#小档案
RewriteRule /space/info-((\%|\w)*) /space/index\.asp\?$1\/info [N,I]
#留言页
RewriteRule /space/message-((\%|\w)*) /space/index\.asp\?$1\/message [N,I]
#公司介绍
RewriteRule /space/intro-((\%|\w)*) /space/index\.asp\?$1\/intro [N,I]
#企业新闻列表页
RewriteRule /space/news-((\%|\w)*) /space/index\.asp\?$1\/news [N,I]
#企业新闻内容页
RewriteRule /space/show-news-((\%|\w)*)-(\d+).html /space/index\.asp\?$1\/shownews\/$3 [N,I]
#产品列表页
RewriteRule /space/product-((\%|\w)*) /space/index\.asp\?$1\/product [N,I]
#产品内容页
RewriteRule /space/show-product-((\%|\w)*)-(\d+).html /space/index\.asp\?$1\/showproduct\/$3 [N,I]
#企业招聘页
RewriteRule /space/job-((\%|\w)*) /space/index\.asp\?$1\/job [N,I]
#荣誉证书列表页
RewriteRule /space/ryzs-((\%|\w)*) /space/index\.asp\?$1\/ryzs [N,I]
#空间首页
RewriteRule /space/friend /space/friend/index.asp [N,I]
RewriteRule /space/((\%|\w)*) /space/index\.asp\?$1 [N,I]
#RewriteRule /space/((\%|\w)*).html /space/index\.asp\?$1 [N,I]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Discuz! Rewrite规则
# 独立主机用户
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4
RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2&page=$3&$4
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4
RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag\.php\?name=$2&$3
# SupeSite Rewrite规则
# 独立主机用户
# 修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /
RewriteRule ^/supesite/([0-9]+)$ /supesite/index\.php\?uid/$1 [L]
RewriteRule ^/supesite/([0-9]+)/spacelist(.+)$ /supesite/index\.php\?uid/$1/action/spacelist/type$2 [L]
RewriteRule ^/supesite/([0-9]+)/viewspace(.+)$ /supesite/index\.php\?uid/$1/action/viewspace/itemid$2 [L]
RewriteRule ^/supesite/([0-9]+)/viewbbs(.+)$ /supesite/index\.php\?uid/$1/action/viewbbs/tid$2 [L]
RewriteRule ^/supesite/([0-9]+)/(.*)$ /supesite/index\.php\?uid/$1/$2 [L]
RewriteRule ^/supesite/action(.+)$ /supesite/index\.php\?action$1 [L]
RewriteRule ^/supesite/category(.+)$ /supesite/index\.php\?action/category/catid$1 [L]
RewriteRule ^/supesite/viewnews(.+)$ /supesite/index\.php\?action/viewnews/itemid$1 [L]
RewriteRule ^/supesite/viewthread(.+)$ /supesite/index\.php\?action/viewthread/tid$1 [L]
RewriteRule ^/supesite/mygroup(.+)$ /supesite/index\.php\?action/mygroup/gid$1 [L]
# UCHome Rewrite规则
# 独立主机用户
# 修改以下语句中的 /uchome 修改为你的uchome目录地址,如果程序放在根目录中,请将 /uchome 修改为 /
RewriteRule ^/uchome/(space|network)-(.+)\.html$ /uchome/$1\.php\?rewrite=$2 [L]
RewriteRule ^/uchome/(space|network)\.html$ /uchome/$1\.php [L]
RewriteRule ^/uchome/([0-9]+)$ /uchome/space\.php\?uid=$1 [L]
# SupeV Rewrite规则
# 独立主机用户
RewriteRule ^(.*)/ivideo(-tv-([0-9]+))?(-ti-([0-9]+))?(-tc-([0-9]+))?(-page-([0-9]+))?\.html$ $1/ivideo\.php\?tv=$3&ti=$5&tc=$7&page=$9
RewriteRule ^(.*)/ispecial(-tv-([0-9]+))?(-ti-([0-9]+))?(-tc-([0-9]+))?(-page-([0-9]+))?\.html$ $1/ispecial\.php\?tv=$3&ti=$5&tc=$7&page=$9
RewriteRule ^(.*)/icategory\.html$ $1/icategory\.php
RewriteRule ^(.*)/category-cid-([0-9]+)(-tag-([^-]*))?(-timelimit-([0-9]+))?(-orderlimit-([0-9]+))?(-page-([0-9]+))?\.html$ $1/category\.php\?cid=$2&tag=$4&timelimit=$6&orderlimit=$8&page=$10
RewriteRule ^(.*)/vspace-(mid|username)-(.+)\.html$ $1/vspace\.php\?$2=$3
RewriteRule ^(.*)/video-(vid|ivid)-(.+)\.html$ $1/video\.php\?$2=$3
RewriteRule ^(.*)/special-spid-([0-9]+)\.html$ $1/special\.php\?spid=$2