Adapt Apache config to 2.4 version

pull/6/head
claudex 2017-03-10 14:58:53 +01:00 committed by GitHub
parent c6c31c5ead
commit b912b30d11
1 changed files with 1 additions and 2 deletions

View File

@ -129,8 +129,7 @@ project and you should be ready to go! It should look something like below:
<Directory /path/to/monarc/public>
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>