.htaccess 301重定向,来自index.php

.htaccess 301重定向,来自index.php,.htaccess,redirect,web,.htaccess,Redirect,Web,如何通过301重定向,从到或到?我试过这个,但不起作用: Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^http://mydomain.com/variable [nc] rewriterule ^(.*)$ http://mydomain.com/$1 [r=301,nc] 尝试: RedirectMatch 301 ^/index.php$ / RedirectMatch 301 ^/variable$

如何通过301重定向,从到或到?我试过这个,但不起作用:

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

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