htaccess规则有点有关问题,找人帮改一下
程序员文章站
2024-04-03 17:01:22
...
htaccess规则有点问题,找人帮改一下
index.php?year=2004&month=1
转换成这样的
20041.html
------解决方案--------------------
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]相关文章
相关视频