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.
リダイレクトしたくない
www.example.com/folder
サブフォルダーとすべてのファイルを含めて、着陸するだけです
www.example.com/new
もう少し明確にするために、「/folder/blah」は「/new/blah」ではなく「/new」のみに着陸する必要があります。
リダイレクトを手伝ってください..
folderこれにより、フォルダーの下にあるものはすべてフォルダーに書き換えられnewます。
folder
new
RewriteEngine on RewriteRule ^folder/.+$ /new/ [L,R=301]
例:
/new/すべてがフォルダにリダイレクトされます
/new/