[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] .htaccess not secure on Cobalt RaQ Server?!?
- Subject: [cobalt-developers] .htaccess not secure on Cobalt RaQ Server?!?
- From: "Daemonix Development: Administrator | Webmaster | Moderators" <webmaster@xxxxxxxxxxx>
- Date: Mon Mar 26 13:05:02 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Patrick Grijsen
Daemonix Development Netherlands
patrick.grijsen@xxxxxxxxx
www.daemonix.nl
----------------------------------------------------------------------------
----
The Hague, 3-26-2001
Hi!
When I protect a directory like this:
IN TELNET I TYPE:
cd ../../web/nederlands/gcc/login
pwd
/home/sites/site150/web/nederlands/gcc/login/
NO IN FTP I'LL UPLOAD THE .HTACCESS FILE WITH THIS CONTENT:
# Access file
order allow,deny
allow from all
require valid-user
Authname secure
Authtype Basic
AuthUserFile /home/sites/site150/web/nederlands/gcc/login/.htpasswd
AuthPAM_Enabled off
<limit GET>
require user client88
</limit>
BACK IN TELNET I TYPE:
/usr/web/htpasswd -c .htpasswd client88
open <- password
open <- again
exit <- shutdown TELNET
When I go to the directory which I've just protected:
http://www.daemonix.nl/nederlands/gcc/login and don't enter the username
and don't enter the password but just hit the CANCEL BUTTON and in my
browser (IE 5.5) and hit the BACK BUTTON and next the FORWARD BUTTON
I can access the protected directory without having to use a username or
password. What did I do wrong and is there a solution to this problem?
Thanks in advance,
Patrick Grijsen
Daemonix Development Netherlands