[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Webalizer problem
- Subject: Re: [cobalt-users] Webalizer problem
- From: "MikeM" <MyRaQ@xxxxxxxxx>
- Date: Fri Nov 2 11:41:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On 11/2/01 at 12:27 PM Lists Only wrote:
|Okay, I guess I spoke too soon.
|
|It definitely is an .htaccess problem. I thought I could just remove it
|for
|now until I could fix the .htaccess file to work, but it seems that
|everynight Webalizer regenerates an .htaccess file if it's not present and
|at this point I don't know if it'll override one if I change it.
|
|Went in via ssh and pico to see what was in the .htaccess file in the stats
|folder and here's what is in it. If anyone knows what I can change to make
|it work. I'd appreciate the help.
|
|#Access file
|order allow,deny
|allow from all
|require group site14
|Authname WebStats
|Authtype Basic
|AuthAuthoritative off
|
=============
That file requires a person to be a user in your site14 in order to access the directory protected by the .htaccess file in question. To see the URL associated with site14:
ls -al /home/sites/site14
Webalizer "most likely" will not overwrite a .htaccess file if you modify it, only if you delete it.