Create .htaccess and .htpasswd file and updoad it to your admin.php path.
.htaccess
<Files admin.php>
AuthName "htaccess password protection"
AuthType Basic
AuthUserFile /your/path/to/.htpasswd
Require valid-user
</Files>
.htpasswd
username:password
- Log in to post comments