首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

.htaccess有些规则不起效,请教咋回事

2014-01-08 
.htaccess有些规则不起效,请问怎么回事?RewriteRule List/index.html$ News\.php\?mList&id12我这样指定

.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

热点排行