chevereto-free/content/.htaccess
2016-08-18 17:39:31 -03:00

13 lines
No EOL
217 B
ApacheConf

<Files .*>
# Apache 2.2
<IfModule !mod_authz_core.c>
Order Allow,Deny
Deny from all
</IfModule>
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</Files>
SetHandler default-handler