AddDefaultCharset Off
<IfModule mod_charset.c>
    CharsetDisable On
    CharsetRecodeMultipartForms Off
</IfModule>

<FilesMatch "\.(ini|inc|log|txt|sql|db|htm|doc|docx|docm|xls|xlsx|xlsm|pdf|jpeg|jpg|gif|bmp|tiff|ico|png)$">
Order allow,deny
Deny from all
</FilesMatch>
