[ISAPI_Rewrite]
CacheClockRate 3600RepeatLimit 32
RewriteRule /category/index.html /category\.php
RewriteRule /category/([0-9]+).html /category\.php\?catid=$1
RewriteRule /category/([0-9]+)-([0-9]+)\.html /category\.php\?catid=$1&page=$2
RewriteRule /product/(.+)-(.+)\.html /view\.php\?nick=$1&iid=$2
RewriteRule /tag/(.*)-([0-9]+)\.html /tag\.php\?q=$1&page=$2RewriteRule /tag/(.*)\.html /tag\.php\?q=$1&page=1感激不尽!