Apache做了重定向 由 xxx.xxx.xxx/aa/bb/cc.php?year=2015&month=01 重定向的地址 xxx.xxx.xxx/index.php?r=test/test/test&year=2015&month=01 url地址的参数是变量,rewriteRule应该如何写,请高手指教,多谢。
已解决
RewriteEngine on
RewriteRule ^/aa/bb/cc.php$ /index.php?r=text/text/test [R=permanent,QSA]