Apache配置目录浏览功能时候用到:
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
这表示根目录即支持目录浏览文件的功能,但是最后发现子目录是可以,首页不能,转向了无首页的noindex页面。
是由于CentOS中通过yum安装的 Apache 默认是打开了目录浏览的,但是使用浏览器访问首页,却不能显示出目录,原因在于/etc/httpd/conf.d/welcome.conf
文件中的 Indexes
前面有个 –
符号,即 Apache 默认禁止了首页的目录浏览功能。