Doesn't work at Apache 2.4

This fixes
This commit is contained in:
Andres Vazquez 2016-01-31 19:33:10 -03:00
parent a52e48bb2f
commit ab9dbb63d0
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>