【问题标题】:301 redirect, from index.php301 重定向,来自 index.php
【发布时间】:2013-03-09 06:55:00
【问题描述】:

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

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

【问题讨论】:

    标签: .htaccess redirect web


    【解决方案1】:

    试试:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-22
      • 2010-10-27
      • 1970-01-01
      • 1970-01-01
      • 2013-02-08
      • 2015-06-15
      相关资源
      最近更新 更多