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

it is not UNIX (I know that I can use chmod in UNIX), it is APACHE. "cematsil.bptnet.pl" - this is just a path to files on the server.

Replies are listed 'Best First'.
Re: Re: Re: counter
by sOKOle (Acolyte) on Jul 19, 2002 at 07:49 UTC
    one question I missed: the reading works fine, I can not write the file
      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