Merge pull request #6 from claudex/patch-1

Adapt Apache config to 2.4 version
pull/8/head
Juan Rocha 2017-05-02 15:41:16 +02:00 committed by GitHub
commit aa1e52bb7c
1 changed files with 1 additions and 2 deletions

View File

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