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

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

# END BackUpWordPress