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

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

# END BackUpWordPress