All you have to do is run this command on the folder you are trying to write to:
chown -R www-data /foo/dir
Just replace /foo/dir with your directory needing access. you may need to add sudo in front of your command.
All you have to do is run this command on the folder you are trying to write to:
chown -R www-data /foo/dir
Just replace /foo/dir with your directory needing access. you may need to add sudo in front of your command.
You must be logged in to post a comment.