1. 打开 httpd.conf 文件,在Options 后面添加 "Indexes",如下:
<Directory "/Users/ChenShuo/Documents/Web"> Options Indexes FollowSymLinks Multiviews MultiviewsMatch Any AllowOverride All Require all granted </Directory>
修改 :
Options FollowSymLinks Multiviews
为:
Options Indexes FollowSymLinks Multiviews
2. 重启apache