301重定向,来自index.php

时间:2013-03-08 22:34:52

标签: .htaccess redirect web

如何通过301,http://mydomain.com/index.phphttp://mydomain.comhttp://mydomain.com/variable重定向到http://mydomain.com?我尝试了这个,但不起作用:

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^http://mydomain.com/variable [nc]
rewriterule ^(.*)$ http://mydomain.com/$1 [r=301,nc]

1 个答案:

答案 0 :(得分:0)

尝试:

RedirectMatch 301 ^/index.php$ /
RedirectMatch 301 ^/variable$ /