2011-08-04, 00:46:23
Hi, I have installed SuPHP on my local Ubuntu PC, everything works perfectly, except that when a new folder is created from the File Manager, the permission is set to 700 by default, instead of 755 which is required so it can be read by the Apache Server.
I tried changing
to
but didn't do the trick. Do you know where I can change the chmod settings in GS?
Thanks!
I tried changing
Code:
# Set override CHMOD mode
define('GSCHMOD', 0777);
to
Code:
# Set override CHMOD mode
define('GSCHMOD', 0755);
but didn't do the trick. Do you know where I can change the chmod settings in GS?
Thanks!