可以展示目录列表的例子
<Directory /var/www/html> Options Indexes FollowSymLinks MultiViews # 省略... </Directory>
移除 Options 中的 Indexes 并重启 apache 即可禁止显示目录文件列表
Indexes
<Directory /var/www/html> Options FollowSymLinks MultiViews # 省略... </Directory>
昵称*
电子邮箱*
评论*
记住以便下次评论。隐私政策
Δ