I have a PHP photo gallery web site hosting that I wrote but I seem to be having problems now that I have moved it over to EUKHosting..??
Part of the web site hosting allows me to create/delete folders and add/delete photos but I get Access denied warnings when I try and run this. Is there a setting via plesk that will allow remote browser write access...??
To access set the permission of file by chmod command by 777 for all access to user, other,group can access that file. any permission you can set by by this command........
Last edited by Ben; 06-08-2008 at 07:37.
Reason: spam links
Yep, 777 the relevant directory - beware though that this does open up your security a little more so do use it as sparingly as possible and only where necessary (i.e. don't go setting permission for your root to 777!)