Options Indexes FollowSymLinks 可使在目录下没有默认首页面(index.html)时,使用户直接浏览文件路径内容。

<Directory "/var/www/html">
Options Indexes FollowSymLinks
</Directory>

修改为

<Directory "/var/www/html">
Options -Indexes +FollowSymLinks
</Directory>

即可关闭目录浏览

最后修改:2024 年 05 月 09 日
如果觉得我的文章对你有用,请随意赞赏