EHCP Folderpermissions - subdomain

HI,

Is there a way to change the folderpermissions to 0775 instead of 411?

kind regards,

Robin

I am not sure if folder permissions are 411 by default,
that may depend on suid settings of your server.

You can change some or all of permissions by changing code, of course, inside classapp.php, this requires some php knowledge.

look at function initializeDomainFiles or initialize_domain_files

Yes, by default the permissions are 411, but I want to change it to 775 in the classapp.php but the changes doesn't make any sense.