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

# END WP Backup