Okay for some reason I am not able to get this to work.
I added the .htpasswd file into a directory
above the /www. In the .htpasswd file I added the following lines
now in the directory I want to password protect I put a .htaccess file in the directory. And put in the following info
Quote:
AuthUserFile /home/mikeex/safedir/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
require valid-user
|
Doesn't work! Am I doing something wrong? If you could help that would be greatly appreciated!