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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Re: counter
by Anonymous Monk on Jul 19, 2002 at 07:14 UTC
    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.
      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