最終更新:2015-03-20 (金) 15:55:56 (3324d)  

client denied by server configuration
Top / client denied by server configuration

Apache 2.2まで

<Directory /the/path/to/docroot>
    Order allow,deny
    Allow from all
</Directory>

Apache 2.4

<Directory /the/path/to/docroot>
    Require all granted
</Directory>