如何通过301,http://mydomain.com/index.php到http://mydomain.com或http://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]
答案 0 :(得分:0)
尝试:
RedirectMatch 301 ^/index.php$ /
RedirectMatch 301 ^/variable$ /