Category - apache

2017-01-25 11:14:34    117    0    0

apache禁止目录显示

通过.htaccess文件
可以在根目录新建或修改 .htaccess 文件中添加
<Files *>
Options -Indexes
</Files>