... | ... | @@ -15,7 +15,7 @@ |
|
|
|
|
|
###Bloquear extensões sensíveis
|
|
|
|
|
|
<FilesMatch ".(zip|sql|htaccess|htpasswd|ini|phps|fla|psd|log|sh)$">
|
|
|
<FilesMatch ".+\.(zip|sql|htaccess|htpasswd|ini|phps|fla|log|psd|sh)$">
|
|
|
Order Allow,Deny
|
|
|
Deny from all
|
|
|
</FilesMatch>
|
... | ... | @@ -217,5 +217,4 @@ |
|
|
|
|
|
Order allow,deny
|
|
|
Allow from all
|
|
|
|
|
|
````` |