
# BEGIN WP Remote Backup
# This .htaccess file ensures that other people cannot download your backup files.

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

# END WP Remote Backup