Thanks for your replies.
This is what I did after reading them:
cd /var
sudo chgrp -R www-data www
ls -al www
output:
drwxrwxrwx 3 www-data www-data 4096 2010-10-28 13:46 .
drwxr-xr-x 15 root root 4096 2010-10-28 11:57 ..
-rw------- 1 www-data www-data 2415 2010-10-28 13:26
-rw------- 1 www-data www-data 518 2010-10-28 13:26
drwx------ 2 www-data www-data 4096 2010-10-28 13:26 img
-rw------- 1 www-data www-data 3998 2010-10-28 13:26 index.html
Then:
sudo chmod -R 755 www
ls -al www
output:
drwxr-xr-x 3 www-data www-data 4096 2010-10-28 13:46 .
drwxr-xr-x 15 root root 4096 2010-10-28 11:57 ..
-rwxr-xr-x 1 www-data www-data 2415 2010-10-28 13:26
-rwxr-xr-x 1 www-data www-data 518 2010-10-28 13:26
drwxr-xr-x 2 www-data www-data 4096 2010-10-28 13:26 img
-rwxr-xr-x 1 www-data www-data 3998 2010-10-28 13:26 index.html
So, based on my user account being part of the www-data group I should have read/write access to everything under 'www', but it's not happening.
I got a message from Dreamweaver that it could not put files in the server. So I tried the command line 'ftp' to rule out DW, but when I tried to create a folder it didn't work, either.
Opening a browser and surfing to the site still works, though.
