我在根目录下面设置我网站内页的301重定向 为什么不生效?
RewriteEngine on
RewriteBase /
Order Deny,Allow
Deny from 47.91.223.9
RewriteEngine On
RewriteCond %{HTTP_HOST} ^http://www.868seo.com/m/view.php?aid=29 [NC]
RewriteRule ^.*$ http://www.868seo.com/gongxiao/xueya.html [R=301,L,NC]
把htaccess文件保存到网站根目录下面 我访问
http://www.868seo.com/m/view.php?aid=29依旧没有301重定向到http://www.868seo.com/gongxiao/xueya.html这个网址,请问是什么问题