apache服务器禁止浏览目录文件 网站根目录下新建文件:.htaccess 填入如下内容: 1 <Files *> 2 Options -Indexes 3 </Files> 转载于:https://www.cnblogs.com/toxufe/p/5941783.html