apahce访问列表中不显示隐藏文件

通过以下配置可以让apache 在访问http://192.168.15.66 列表的时候不显示列表中的隐藏文件夹


<Directory "/data/test">
IndexIgnore .*
Options Indexes FollowSymLinks
    Require all granted
</Directory>

本文出自 “yaoshenshen” 博客,谢绝转载!

你可能感兴趣的:(apahce,隐藏文件,访问列表)