I can't seem to get PHP to write to a text file on my Apache web server.
The file itself (log.txt) has an owner of "apache:apache" with access "-rw-rw-r--", its folder is owned by "apache:apache" and has permissions "drwxrwxr-x"...
Every time I tried to access log.txt, the Apache log reports "Permission Denied" on that file name.
Can anyone help?
Thanks.