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

# END WP Remote Backup
