[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] htaccess and mac browser problerm
- Subject: [cobalt-users] htaccess and mac browser problerm
- From: "bbm" <lgervais@xxxxxxxxxxxxxxxx>
- Date: Tue Feb 13 18:48:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Just noticed a problem with htaccess
I have a site setup to have a membership directory protected by htaccess
and htpasswd which works fine when someone browses in on a PC. But when a
Mac browser (tested with IE) if you hit cancel on the UID/PWD window, the
page displays the error
"authorization required" but it also displays the protected index page below
it and gives you access anyway. Anyone experienced that.
its on a RAQ4
here is my htaccess file content
<LIMIT GET POST>
order deny,allow
deny from all
allow from all
</LIMIT>
<LIMIT GET POST>
require valid-user
</LIMIT>
does anyone have any advice on this or can someone test that on their box
and report
thanks