指したい
http://example.com/folder1/folder2/folder3/index.php
に
http://example.com/folder1/folder2/index.php
誰でも私を助けることができますか?
指したい
http://example.com/folder1/folder2/folder3/index.php
に
http://example.com/folder1/folder2/index.php
誰でも私を助けることができますか?
このコードを試してください:
RewriteRule ^folder1/folder2/folder3/(.*)$ http://{%HTTP_HOST}/folder1/folder2/$1 [L]
このコードは、次から次folder1/folder2/folder3/another_foler/or_another_file.php?and=get
へ リダイレクトします。folder1/folder2/another_foler/or_another_file.php?and=get
同じリンクですが、なしfolder3
。