I do not have direct access to Apache (neither I know how to configure it). I can only work with local files. This is hosted on shared server (I think running CentOS + Apache + MySQL). The root folder for the project is sett to 755 permissions (including subdirectories and files) so I really don’t know what else or how to do it. I suspect that setting rights for the user and setting rights for Application is not the same thing, that is why it is not working. It seems that there is not enough credentials to perform some operations.
The PHPH mkdir() function has parameters and one of them is permissions. I wonder if SC sets up those permissions correctly when the call to the function is made from the form.
One other question I have is:
say I have my projects in folder /ABC/
then subsequent apps are in folders /ABC/X , /ABC/Y, ABC/Z … etc
Is it enough if I set permissions for ABC folder to 755 (including subfolders) ? Do I need to do anything else ?
Jena