Merge pull request #519 from terokorp/feature/apache2.4_htaccess
Adding support for apache 2.4
This commit is contained in:
commit
57e5d8e538
@ -3,7 +3,12 @@
|
|||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
<FilesMatch "\.(sqlite|sdb|s3db|db)$">
|
<FilesMatch "\.(sqlite|sdb|s3db|db)$">
|
||||||
Deny from all
|
<IfModule mod_authz_host.c>
|
||||||
|
Require all denied
|
||||||
|
</IfModule>
|
||||||
|
<IfModule !mod_authz_host.c>
|
||||||
|
Deny from all
|
||||||
|
</IfModule>
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user