日期:2014-05-16 浏览次数:21171 次
[ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP RewriteRule ^(.*)/m/topic-(.+)\.html(\?(.*))*$ $1/m/portal\.php\?mod=topic&topic=$2&$4 RewriteRule ^(.*)/m/article-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/m/portal\.php\?mod=view&aid=$2&page=$3&$5 RewriteRule ^(.*)/m/forum-(\w+)-([0-9]+)\.html(\?(.*))*$ $1/m/forum\.php\?mod=forumdisplay&fid=$2&page=$3&$5 RewriteRule ^(.*)/m/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/m/forum\.php\?mod=viewthread&tid=$2&extra=page\%3D$4&page=$3&$6 RewriteRule ^(.*)/m/group-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/m/forum\.php\?mod=group&fid=$2&page=$3&$5 RewriteRule ^(.*)/m/space-(username|uid)-(.+)\.html(\?(.*))*$ $1/m/home\.php\?mod=space&$2=$3&$5 RewriteRule ^(.*)/m/([a-z]+)-(.+)\.html(\?(.*))*$ $1/m/$2\.php\?rewrite=$3&$5