Something really strange is happening.
httpd.conf says apache works as an apache user.
I have written apache:apache files.
The file is still not writable.
I set the permissions (of the entire web root as a last resort) as 777 and the file is still not being written ...
The path is correct because file_exists() is true , but is_writeable is false .
Any ideas?
filesystems php apache
guided1
source share