[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] htaccess and mac browser problerm
- Subject: Re: [cobalt-users] htaccess and mac browser problerm
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Tue Feb 20 01:20:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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.
This .htaccess file works great on my RaQ4:
order allow,deny
allow from all
require valid-user
authname Protected_Directory
authtype basic
authuserfile /path/to/.htpasswd
Don't even have the <limit> stuff in there.
In my access.conf I have Override All set for this site.
CarrieB