我把文件放在~/下就Forbidden是什么问题呢?
配置的conf:
<VirtualHost *:80>
ServerName www.article.com
ServerAdmin webmaster@localhost
DocumentRoot ~/PHP/article/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory ~/PHP/article/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
</VirtualHost>
sites-enabled的软连接也建立了。。求教