# BEGIN BackUpWordPress# This .htaccess file ensures that other people cannot download your backup files.<IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{QUERY_STRING} !key=1ce83a381daf62211e50651c09c52b8aRewriteRule (.*) - [F]</IfModule># END BackUpWordPress