dede实现类似ADMIN5按天归类的新闻检索功能
[ISAPI_Rewrite]# 3600 = 1 hour#CacheClockRate 3600RepeatLimit 32# Protect httpd.ini and httpd.parse.errors files# from accessing through HTTPRewriteRule ^httpd(?:.ini|.parse.errors).* [F,I,O]#静态化日期IISRewriteRule ^(.*)/([0-9] )-([0-9] )-([0-9] ).html/?$ /news.php\?date=$2-$3-$4 [L]
?前提是news.htm和news.php这两个文档在网站根目录下。。
然后上传这两个文件到根目录。。
具体请修改news.htm里面直接用了我的页面,没修改,大家可以修改下。。
这样就可以了。。