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

# END WP Remote Backup
