File ".htaccess"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/super-forms/uploads/php/files/.htaccess
File size: 562 bytes
MIME-type: text/plain
Charset: utf-8

ForceType application/octet-stream
Header set Content-Disposition attachment
<FilesMatch "(?i)\.(gif|jpe?g|png)$">
    ForceType none
    Header unset Content-Disposition
</FilesMatch>
Header set X-Content-Type-Options nosniff
RemoveHandler .php .php3 .php5 .phtml .phps .shtml .asa .cer
RemoveType .php .php3 .php5 .phtml .phps .shtml .asa .cer
<Files *>
deny from all
</Files>

<Files *.csv>
allow from all
</Files>

<Files *.txt>
allow from all
</Files>

<Files *.html>
allow from all
</Files>

<Files *.pdf>
allow from all
</Files>