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


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