
# 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=e8e9f14f0f47b6c2139c32d544b0aad7
RewriteRule (.*) - [F]
</IfModule>

# END WP Remote Backup