Don't do this, 777 will allow anyone to overwrite your appz.mwieder wrote:...and if that fails, open a terminal prompt and type
Code: Select all
chmod 777 nameOfYourProgram
You should use
chmod 755 nameOfYourProgram
and make sure the owner of nameOfYourProgram is not apache
Regards,