Changing permissions on the inc/header.inc.php file from 777 to 644 was proving to be impossible.
Apparently the file was 'owned' by Apache. I had to contact my host to change that.
I hope this helps.
Stuart
Changing permissions on the inc/header.inc.php file from 777 to 644 was proving to be impossible. Apparently the file was 'owned' by Apache. I had to contact my host to change that. I hope this helps. Stuart There are none so blind as those that will not see. |
Well, that file is created at runtime by the script, so yes, it would be owned by apache. https://www.deanbassett.com |