首頁  >  文章  >  後端開發  >  htaccess规则有点有关问题,找人帮改一下

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

WBOY
WBOY原創
2016-06-13 10:09:04806瀏覽

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>
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn