我希望包含index.html文件的当前子目录(“ foo”)不在我的单页网站上的浏览器URL中显示。
当前,我使用面板重定向将h ... mydomain.com重定向到mydomain.com/foo。
当前mydomain.com/foo/index.html是index.html的文件位置
当前正在显示... www.mydomain.com/foo在显示index.html时显示在浏览器中
目标是保持目录/文件结构不变,但在浏览器中仅显示h ... // mydomain.com(即使index.html位于/ foo目录中)。
我可以使用.htaccess和mod_rewrite吗?通过其他方式?谢谢!