Merge pull request #10 from HungryFeline/patch-1

Update .htaccess
pull/16/head
Rodolfo Berrios 2017-03-13 14:49:35 -03:00 committed by GitHub
commit b5bd15d923
1 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,11 @@
<FilesMatch "\.php$">
Order Deny,Allow
Deny from all
</FilesMatch>
# Apache 2.2
<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from all
</IfModule>
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>