Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以前做过,就像一行代码。现在,当我查找它时,只需将 index.php 重定向到/.htaccess 中的 root ( ) 就只有 5-10 行。
/
最好的方法是什么?
这段代码对我有用
RewriteCond %{THE_REQUEST} ^.*/index.php RewriteRule ^(.*)index.php$ /$1 [R=301,L]
您正在寻找的可能是这样的:
Redirect 301 /index.php http://www.yoursite.com/folder/