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

RE: [cobalt-users] Site get slow after adding .htaccess



>
> Here is a copy of my .htaccess file:
> #Access file
> order allow,deny
> allow from all
> require valid-user site110
> Authname "INTRANET"
> Authtype Basic
> AuthAuthoritative off
>
> Oh. By the way..
> speed on site outside the secured area is very high...
>

I'm not familiar with "AuthAuthoritative off" on a Cobalt. Here's a typical
Cobalt .htaccess "protection" file.

# Access file
order allow,deny
allow from all
require valid-user
Authname cgi-bin
AuthPAM_Enabled off
Authtype Basic
AuthUserFile /home/sites/site#/path/to/.htpasswd

If you take out the AuthPAM_Enabled off line, I believe any siteadmin
username and password should work.

--
Dan Kriwitsky