Why wordpress cannot write to directory and how to fix it?
To fix this issue: Set WordPress directory and file permissions to allow your webserver’s user account execute+read+write access. (Typically this means setting permissions 0775 for directories and 0664 for files.) However, I don’t quite understand about ownership. I’d recommend a review of Understanding Linux File Permissions at Linux.com – it never hurts to know what’s … Read more