Hi everyone,
I had a hard disk fail, and had to install a new one and set everything back up.
I have since noticed that when I deploy a project, folder permissions are set to 777 and file permissions are set to 666. Previously, this has normally been 755 and 644 respectively. So when I try to start the deployed applications, I get an error 403 “unauthorized” message.
I can manually change the permissions on the server and the deployed applications are once again accessible, but is it a SC issue or has my server started to behave in a nuisance way.
If it is a SC issue, do you know where to set these permissions?
Thanks
Tony