私は単純なリダイレクトを持っています:
RewriteEngine On
RewriteBase /
RewriteRule ^test.php$ index.php
root_dir/my_site/my_section/test.php にある私のhtaccessファイルで
問題は、root_dir/my_site/my_section/index.php ではなく root_dir/index.php にリダイレクトしていることです。
同じフォルダーにリダイレクトするにはどうすればよいですか??