标签: apache .htaccess mod-rewrite url-rewrite-module
我使用.htaccess将所有请求重定向到root文件夹:
.htaccess
root
RewriteEngine on RewriteRule (.*) root/$1 [L]
因此,当有人放入搜索栏example.com/test.html时,他们会转到root/test.html,但问题是,当用户放入搜索栏example.com/root时,他们会被重定向到root/ } root/root/
example.com/test.html
root/test.html
example.com/root
root/
root/root/