【问题标题】:Redirect index.php to root将 index.php 重定向到根目录
【发布时间】:2013-04-10 06:21:15
【问题描述】:

我以前做过,就像一行代码。现在,当我查找它时,只需将 index.php 重定向到 .htaccess 中的根目录 (/) 就只有 5-10 行。

最好的方法是什么?

【问题讨论】:

标签: .htaccess url


【解决方案1】:

此代码适用于我

RewriteCond %{THE_REQUEST} ^.*/index.php 
RewriteRule ^(.*)index.php$ /$1 [R=301,L] 

【讨论】:

  • 谢谢!像魅力一样工作
【解决方案2】:

您正在寻找的可能是这样的:

Redirect 301 /index.php http://www.yoursite.com/folder/

【讨论】:

    猜你喜欢
    • 2012-04-27
    • 1970-01-01
    • 2017-01-12
    • 1970-01-01
    • 2013-03-06
    • 2016-11-22
    • 1970-01-01
    • 1970-01-01
    • 2013-12-31
    相关资源
    最近更新 更多