[ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP # YIQICMS Rewrite Rule http://www.yiqicms.com RewriteRule ^/article/(.+)\.html$ /article\.php\?name=$1 RewriteRule ^/product/(.+)\.html$ /product\.php\?name=$1 RewriteRule ^/category/([^/_]+)[/]?$ /category\.php\?name=$1 RewriteRule ^/category/([^/]+)_([0-9]+)[/]?$ /category\.php\?name=$1&p=$2 RewriteRule ^/catalog/([^/]+)[/]?$ /catalog\.php\?type=$1 RewriteRule ^/comment\.html$ /comment\.php RewriteRule ^/sitemap\.xml$ /sitemap\.php