POST TIME:2020-04-05 23:13
<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]前提是news.htm和news.php这两个文档在网站根目录下。。
# 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]