我有一个页面about.php
。我可以通过example.com/about.php
或example.com/about
甚至来访问此页面example.com/about/
。后者做了一些奇怪的事情。它将about.php
(位于 中public_html
)视为文件夹index.php
内about
。我知道这一点,因为当我以这种方式打开它时,图像不会显示(好像图像位于上层文件夹中)
我确实必须设置一些规则,htaccess
但它不是文件,htaccess
因为目前还没有。
还有什么原因造成这种情况?
答案1
好像内容协商处于活动状态。请参阅链接页面上有关目录效果的评论。