Simple User Login
Creating essential files .htaccess and .htpasswd
Create a new folder in your site file titled “guest.” You will save the next two files here.
Open plain text editor such as notepad
Enter following info:
AuthType Basic
AuthName “Guest”
AuthUserFile /.htpasswd
Require valid-user
Save as .htaccess in guest folder– be sure to select “all files”
To create .htpasswd, visit htaccesstools and select [...]
add a comment