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.
私はこれを以前に行ったことがありますが、それはコード行のようなものでした。今探してみると、/.htaccess で index.php をルート () にリダイレクトするだけで 5 ~ 10 行です。
/
これを行う最善の方法は何ですか?
このコードは私のために働く
RewriteCond %{THE_REQUEST} ^.*/index.php RewriteRule ^(.*)index.php$ /$1 [R=301,L]
あなたが探しているのは次のようなものかもしれません:
Redirect 301 /index.php http://www.yoursite.com/folder/