关于APACHE下配置找不到index文件时禁止显示文件目录

apache/conf/httpd.conf 文件

修改
<Directory \你的ROOT目录> 的  Options Indexes FollowSymLinks ,去掉 Indexes 改成 Options FollowSymLinks
 

posted @ 2012-11-28 15:56  aluode  阅读(179)  评论(0)    收藏  举报