我有一个简单的重定向:
RewriteEngine On
RewriteBase /
RewriteRule ^test.php$ index.php
位于我的htaccess文件中:root_dir / my_site / my_section / test.php
问题是它重定向到root_dir / index.php而不是root_dir / my_site / my_section / index.php
如何重定向到同一个文件夹?
答案 0 :(得分:1)
将RewriteBase更改为
RewriteBase /my_site_/my_section