我以前做过这个,就像一行代码。现在,当我查找它时,只需将5个行重定向到.htaccess中的index.php到root(/
)。
最好的方法是什么?
答案 0 :(得分:4)
此代码适用于我
RewriteCond %{THE_REQUEST} ^.*/index.php
RewriteRule ^(.*)index.php$ /$1 [R=301,L]
答案 1 :(得分:1)
你可能正在寻找这样的东西:
Redirect 301 /index.php http://www.yoursite.com/folder/