FireFoz
05-16-2001, 06:07 PM
Hi,
I got my own RaQ3. I made a .htaccess file with the command:
/usr/sbin/htpasswd .htpasswd -c loginname
Then i made a .htaccess:
AuthUserFile /home/sites/site2/.htpasswd
AuthGroupFile /dev/null
AuthName "Realm name"
AuthType Basic
<Limit GET>
require valid-user
</Limit>
Im 100% sure the path and password are correct.
Then I place the .htaccess file in the dir that i want to protect. When i try to access that dir, it asks for l/p, just like it should. But then it doesnt accept my l/p. Im so sure that the l/p is right, i tried it several times, and made the .htaccess file over and over again.
Does anybody know what is wrong?
Thanks
I got my own RaQ3. I made a .htaccess file with the command:
/usr/sbin/htpasswd .htpasswd -c loginname
Then i made a .htaccess:
AuthUserFile /home/sites/site2/.htpasswd
AuthGroupFile /dev/null
AuthName "Realm name"
AuthType Basic
<Limit GET>
require valid-user
</Limit>
Im 100% sure the path and password are correct.
Then I place the .htaccess file in the dir that i want to protect. When i try to access that dir, it asks for l/p, just like it should. But then it doesnt accept my l/p. Im so sure that the l/p is right, i tried it several times, and made the .htaccess file over and over again.
Does anybody know what is wrong?
Thanks
