Home  >  Article  >  Backend Development  >  htaccess规则有点有关问题,找人帮改一下

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

WBOY
WBOYOriginal
2016-06-13 13:45:17750browse

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>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn