Results 1 to 2 of 2
Hello to all. Thanks for taking the time to read this. I am having trouble getting Apache to read my .htpasswd file for a particular directory. I am using a ...
- 03-25-2005 #1Just Joined!
- Join Date
- Jun 2004
- Posts
- 40
.htpasswd file
Hello to all. Thanks for taking the time to read this. I am having trouble getting Apache to read my .htpasswd file for a particular directory. I am using a script , amlite, which writes to the .htpasswd file just fine. I tried manually entering into the file with
htpasswd -c .htpasswd name
and then tried to access the protected directory and it still will not let me. The username and passwords are getting written to the file just fine. Apache's log says that the is no file or directory by that name "the name of the .htpasswd file. I do not know what to do. THank you for your help.
- 03-25-2005 #2Linux Newbie
- Join Date
- Dec 2004
- Location
- Barrie, Ontario
- Posts
- 219
Are you sure your .htaccess syntax pointing to the .htpasswd file are correct? Remember that the path to the .htapasswd file must be a full path, not relative.
Blog - KB5UMQ - Linux User #272983
3 Rules:
1) "It doesn't work..." is simply not useful information.
2) Don't cross post!
3) If you are asking for help, start by telling us your distro/os and version.


Reply With Quote