[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] htaccess and mac browser problerm



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