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.mydomeain.com/v2 から www.mydomeain.com にリダイレクトしようとしています。
たとえば、www.mydomain.com/v2/folder/page.php から www.mydomain.com/page1.php へ
Redirect 301 /folder/page.php http://www.mydomain.com/page1.php
しかし、機能していません
から リダイレクトする場合、ディレクティブがサイトのドキュメント ルートにあると仮定すると、 がありwww.mydomain.com/v2/folder/page.phpません。v2
www.mydomain.com/v2/folder/page.php
v2
Redirect 301 /v2/folder/page.php http://www.mydomain.com/page1.php