Charlie Markwick wrote:
-----Original Message----- Henry Hartley
Charlie Markwick wrote:
www.mydomain.com/wiki/images is set to 755
You don't say who the owner is. If it's not apache (or whatever web server you're using, make it so and see what difference that makes.
Safe mode is off should this be an issue?
I wouldn't think so. Whether safe_mode is on or off, you'll still need the proper permissions to write to the drive. So, if the owner of the images directory is you, then 755 won't be good enough, since "you" are not the one doing the writing, the web server is. By making the web server the owner of the directory, 755 will be enough. Or, of course, you could make the permissions 777 but I wouldn't think that's recommended. So, I'll ask my question again. Who is the owner of the images directory? If it isn't the web server, make it so and let me know if that helps.