htaccess规则有点问题,找人帮改一下
index.php?year=2004&month=1
转换成这样的
20041.html
------解决方案--------------------
- PHP code
RewriteRule ([0-9]{4})([0-9]*)\.html$ index.php?year=$1&month=$2 [QSA,L]<div class="clear">
</div>









