21,891
社区成员
发帖
与我相关
我的任务
分享[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
#index
RewriteRule ^(.*)/index\.html$ $1/index.php
#news
RewriteRule ^(.*)/([a-z]+)_([1-2]+)_([0-9]+)\.html\?*(.*)$ $1/index.\php\?action=$2&state=$3&id=$4
RewriteRule ^(.*)/([a-z]+)_([1-2]+)\.html\?*(.*)$ $1/index.\php\?action=$2&state=$3
RewriteRule ^(.*)/([a-z]+)\.html\?*(.*)$ $1/index.\php\?action=$2
RewriteRule ^(.*)/([a-z]+)_([0-9]+)\.html\?*(.*)$ $1/index.\php\?action=$2&id=$3
RewriteRule ^(.*)/([a-z]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/index.\php\?action=$2&maincid=$3&smallcid=$4
RewriteRule ^(.*)/([a-z]+)_maincid_([0-9]+)\.html\?*(.*)$ $1/index.\php\?action=$2&maincid=$3
RewriteRule ^(.*)/([a-z]+)-([0-9]+)\.html\?*(.*)$ $1/index.\php\?action=$2&type=$3
RewriteRule ^(.*)/([a-z]+)-id-([0-9]+)\.html\?*(.*)$ $1/index.\php\?action=$2&id=$3
RewriteRule ^(.*)/([a-z]+)-zimu-([0-9]+)\.html\?*(.*)$ $1/index.\php\?action=$2&type=zimu&no=$3