in reply to Re: Re: counter
in thread On server, counter file is read-only

one question I missed: the reading works fine, I can not write the file

Replies are listed 'Best First'.
Re: Re: Re: Re: counter
by amphiplex (Monk) on Jul 19, 2002 at 08:34 UTC
    Then check the error log of your webserver. There should be a line:
    cannot open: <some error message>
    the error message should help you identifying the problem.

    ---- amphiplex