wp-login.php にアクセス制限

<Files wp-login.php>
AuthUserFile /virtual/140.227.85.172/home/.htpasswd
AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
AuthType Basic
require valid-user
Options +Indexes
</Files>