Permissions for /config/site.php
Permalink
I just made a change in site.php to change the From To: address and forgot to write down what the current permissions were before I uploaded the new copy. Can someone please confirm that is should be 777.
Thanks,
Gabe
Thanks,
Gabe
That kind of freaks me out modifying all the files with a command line. I don't want to mess anything up. I'm assuming that it shouldn't 777. Can someone please confirm the setting on that file?
Anyone?
As /config/site.php is only written to during installation or if you manually edit it, you only have to give it read permissions.
You could then give it something like 550, or even 500, to say you only want it to be read and execute only, for the user/group that runs the webserver.
You could then give it something like 550, or even 500, to say you only want it to be read and execute only, for the user/group that runs the webserver.
http://www.concrete5.org/documentation/how-tos/developers/sort-out-...