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

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

# END BackUpWordPress