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

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

# END BackUpWordPress
