https://jingyan.baidu.com/article/60ccbceb5bcc3b64cbb19748.html
/etc/apache2/apache2.conf
将默认设置改成如下配置:
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
https://jingyan.baidu.com/article/60ccbceb5bcc3b64cbb19748.html
/etc/apache2/apache2.conf
将默认设置改成如下配置:
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>