HOME


Mini Shell 1.0
DIR: /var/www/2of3/wp-content/backups-dup-lite/
Upload File :
Current File : /var/www/2of3/wp-content/backups-dup-lite/.htaccess
# Duplicator config, In case of file downloading problem, you can disable/enable it at Duplicator > Settings > Storage > Apache .htaccess

Options -Indexes
<Files *.php>
    deny from all
</Files>
<IfModule mod_headers.c>
    <FilesMatch "\.(daf)$">
        ForceType application/octet-stream
        Header set Content-Disposition attachment
    </FilesMatch>
</IfModule>