I am using my MacBook as a local dev environment. In order to make the files publishable I had to give my web folder user and group of _www:_www using chown.
I'm using another account to log into my MacBook and it will not let me edit the files. I have also tried adding my user to _www group using the following command, but still no success.
sudo dseditgroup -o edit -a myusername -t user _www
ls -lalisting? – slhck Feb 07 '12 at 12:55chmod -R g+w _wwwusing your _www user. – Karolos Feb 07 '12 at 15:56