一:文件 /etc/apache2/apache2.conf
二: 修改
<Directory Your web content‘s directory>
Options Indexex FollowSymLinks
AllowOverride None
Require all granted
</Directory>
Apache2 设置网站所在目录
原文:http://www.cnblogs.com/munds/p/5186798.html