Hi people i was working with SC [SIZE=12px]8.1.062.
I deploy my system on a Linux Server using CPANEL
When i unzip the package the file permissions are
777 -> For Directories
666 -> For Files
So i get a internal server error.
When i do the same process with another system using SC 6
the file permissions are
755 -> For Directories[/SIZE]
[SIZE=12px]644 -> For Files (These are the right ones)
I try to upload the zip file using:
CPANEL
FTP
SFTP
SCP
And there is the same problem, i seems the zip file generated by SC 8.1.062 has something different.[/SIZE]
[SIZE=12px]So… each time i upload my system in a zip file i have to run this commands.[/SIZE]
find ./ -type d -exec chmod 755 {} ;
find ./ -type f -exec chmod 644 {} ;
[SIZE=12px]Please can you fix it ?[/SIZE]