<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^news-([0-9] )-([0-9] )-([0-9] ).html/?$ /news.php/?date=$1-$2-$3 [L]
</IfModule>
[ISAPI_Rewrite]
# 3600 = 1 hour
#CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^httpd(?:.ini|.parse.errors).* [F,I,O]
#静态化日期IIS
RewriteRule ^(.*)/([0-9] )-([0-9] )-([0-9] ).html/?$ /news.php/?date=$2-$3-$4 [L]
新闻热点
疑难解答