最新代码:httpd.ini
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/space/([a-z0-9\-\_]+)/$ $1/space\.php\?user=$2
RewriteRule ^(.*)/store-([0-9]+)/$ $1/store\.php\?uid=$2
RewriteRule ^(.*)/store-([0-9]+)/([^\/]+).html$ $1/store\.php\?uid=$2&Uid=$3
RewriteRule ^(.*)/(?!\m\b|manage)([^\/]+)/$ $1/category\.php\?Catid=$2
RewriteRule ^(.*)/([^\/]+)/([0-9]+)\.html$ $1/information\.php\?id=$3
RewriteRule ^(.*)/news\.html$ $1/news\.php
RewriteRule ^(.*)/news-id-([0-9]+)\.html$ $1/news\.php\?id=$2
RewriteRule ^(.*)/news-catid-([0-9]+)\.html$ $1/news\.php\?catid=$2
RewriteRule ^(.*)/news-catid-([0-9]+)-page-([0-9]+)\.html$ $1/news\.php\?catid=$2&page=$3
RewriteRule ^(.*)/corporation\.html$ $1/corporation\.php
RewriteRule ^(.*)/corporation-([^\/]+)\.html$ $1/corporation\.php\?Catid=$2
RewriteRule ^(.*)/sitemap\.html$ $1/about\.php\?part=sitemap
RewriteRule ^(.*)/aboutus\.html$ $1/about\.php\?part=aboutus
RewriteRule ^(.*)/aboutus-id-([0-9]+)\.html$ $1/about\.php\?part=aboutus&id=$2
RewriteRule ^(.*)/announce\.html$ $1/about\.php\?part=announce&id=$2
RewriteRule ^(.*)/faq\.html$ $1/about\.php\?part=faq
RewriteRule ^(.*)/faq-id-([0-9]+)\.html$ $1/about\.php\?part=faq&id=$2
RewriteRule ^(.*)/friendlink\.html$ $1/about\.php\?part=friendlink