RewriteEngine on
RewriteCond ${LeechProtect:/home/ajoyi354/public_html/blogs:%{REMOTE_USER}:%{REMOTE_ADDR}:5122020:DJOT5I4ZyQLMkYBq4IsghNzeEcpUCWWG} leech
RewriteRule .* /
AuthType Basic
AuthName "Bender aka ximoyasi"
AuthUserFile /home/ajoyi354/public_html/blogs/.htpasswd
Require valid-user
<Files .htpasswd>
   deny from all  #запрет доступа из браузера к .htpasswd
</Files>
