Hi can anyone help with this htaccess file Please
I really appreciate it.
First about the locations of directories.
////////// DIRECTORIES///////////
D:wamp/www/sitename
sitename -> .htaccess
sitename ->..htpasswd
The files
////////// FILE ///////////
.htacesss
AuthUserFile "sitename/.htpasswd"
AuthGroupFile "sitename/.htpasswd"
AuthName "EnterPassword"
AuthType Basic
require valid-user
.htpasswd
htuser:htpass
I enter the username(htuser) and the password(htpass).But I get Error 500.