Apache 2.4

Fix apache 2.4 VHOST compatibility
This commit is contained in:
Albert Santoni 2016-04-01 15:13:53 -04:00
commit 89c4ecd290
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@
<Directory WEB_ROOT>
DirectoryIndex index.php
AllowOverride all
Order allow,deny
<IfVersion < 2.4>
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.4>