[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Webalizer problem Still
- Subject: Re: [cobalt-users] Webalizer problem Still
- From: Lists Only <listaid@xxxxxxxxxxxxx>
- Date: Tue Nov 6 06:54:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
on 11/3/01 11:52 AM, flash22@xxxxxxx at flash22@xxxxxxx wrote:
> On Sat, 3 Nov 2001, MikeM wrote:
>>
>> The Webalizer 2.01 package from cobalt-aid.sourceforge.net odoes not
>> overwrite the .htaccess file.
> here's the code from the /usr/bin/webalizer2.pl script that runs webalizer:
>>
>> # Create a .htaccess if it isn't there yet
>> if (!-e '$thepath/.htaccess')
>> {
>
> And here you found the EXACT bug, '' is NOT a string, thus
> '$thepath/.htaccess' is always an invalid filename, in addition,
> variable's aren't expanded in ''s
>
> if (!-e "$thepath/.htaccess")
>
> Would possibly do something, tho it's not totally sane either...
>
> gsh
>
>
Okay, It seems I'm just dumb. I've followed the directions on the
(http://www.uk2raq.com/raqfaq/raqfaqshow.php?faq=83), and still the
.htaccess file is overwritten. Been, kicking this around for nearly a week
now. I've tried everything I know I even tried commenting out the lines to
see if that would work and no luck.
Any how I'm at a loss at what to do. Would be nice if there was a way to
just do away with the .htaccess file as many of my clients could care less
if their site is accessible to all or not. For the one's that care I can
always install my own .htaccess file for each site's stats area.
Assistance needed.
aky
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>