[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] .htaccess
- Subject: [cobalt-users] .htaccess
- From: "Davies, Brendan" <BDavies@xxxxxxxxx>
- Date: Tue Mar 14 11:14:01 2000
I have a user that wants to setup the .htaccess file within a virtual
website on a directory. I've done this before and I tested it on a RaQ3 and
it worked fine. Here is a copy of the .htaccess file:
AuthUserFile /home/sites/site7/password/.htpasswd
AuthName MyStuff
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
Everything is were it belongs. When we hit the directory it prompts for a
username and password. I enter the test username and password I created with
htpasswd. It doesn't work. After three trys you get the Authorization
Required Error. If I rename and .htaccess file to .htaccess.old so it
doesn't get read I get right in the directory. It's like the .htpasswd file
is not being read. Is there an issue with symbolic links? Any ideas?
Thanks,
Brendan