我的根文件夹中已经有了这个结构的.htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
一切正常,我有我的网址&#34; http://example.com&#34;没有公用文件夹清理。但是,如果我访问&#34; http://www.example.com/public/&#34;在网址中&#34; public&#34;还在那里,当我以这种方式访问时,我怎么能隐藏它?
如果我进行重定向,这个原则就是无限循环。