Hello,
Since the server move, I can't use the .htaccess to password-protect ..
Here is my .htaccess file
Kindly assist and advise what is wrong.
Since the server move, I can't use the .htaccess to password-protect ..
Here is my .htaccess file
Code:
AuthName "Message to the user"
AuthType Basic
require valid-user
AuthUserFile "/home/{USERNAME}/.htpasswds/public_html/passwd"
Options -Indexes
Kindly assist and advise what is wrong.