.htaccess有些规则不起效,请问怎么回事?
RewriteRule List/index.html$ News\.php\?m=List&id=12
我这样指定 http://www.域名.com/List/index.html变为http://www.域名.com/News.php?m=List&id=12
为什么不起效呢?
------解决方案--------------------只是更改一个URL,list目录不变?那么用301
Redirect 301 /List/index.html http://www.域名.com/News.php?m=List&id=12