The top of my screen says " Please change permission of config file (settings.php) to remove write access. e.g chmod 644 settings.php"
Where do I learn how to do that and what that means?
I did this; and it still isn't working
I went into the file manager at hostgator.
Fixed the permissions to 0644; saved it an thought it was a go.
But the message remains....
Any ideas of what to do next?
Hi,
You have to make sure that the config file is readable and writable for the user of php/apache. It is possible that this user is different than your ftp user, possible even of a different user group.
To know for sure if this is the case, try setting the properties first to 664 and if without result, to 666 instead.