Merge pull request #519 from terokorp/feature/apache2.4_htaccess

Adding support for apache 2.4
This commit is contained in:
Shish 2015-10-26 19:23:28 +00:00
commit 57e5d8e538

View File

@ -3,7 +3,12 @@
</IfModule>
<FilesMatch "\.(sqlite|sdb|s3db|db)$">
<IfModule mod_authz_host.c>
Require all denied
</IfModule>
<IfModule !mod_authz_host.c>
Deny from all
</IfModule>
</FilesMatch>
<IfModule mod_rewrite.c>