当前位置: 代码迷 >> PHP >> htaccess规则有点有关问题,找人帮改一下
  详细解决方案

htaccess规则有点有关问题,找人帮改一下

热度:353   发布时间:2012-03-19 22:03:05.0
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] 
  相关解决方案