.htaccess に追加
Thank you for reading this post, don't forget to subscribe!<Files wp-login.php>
AuthUserFile path to .htpasswd
AuthGroupFile /dev/null
AuthName “Please enter your ID and password”
AuthType Basic
require valid-user
</Files>
Just another WordPress site
.htaccess に追加
Thank you for reading this post, don't forget to subscribe!<Files wp-login.php>
AuthUserFile path to .htpasswd
AuthGroupFile /dev/null
AuthName “Please enter your ID and password”
AuthType Basic
require valid-user
</Files>