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

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

# END WP Backup