.htaccess 274 Bytes

# BEGIN BackUpWordPress
# This .htaccess file ensures that other people cannot download your backup files.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} !key=1ce83a381daf62211e50651c09c52b8a
RewriteRule (.*) - [F]
</IfModule>

# END BackUpWordPress