I'm trying to serve web pages from my Dropbox folder (at ~/Dropbox/Projects/MySite/) on Lion 1.7.2 using Apache. But all I get are 403 Forbidden errors.
I'm positive this has something to do with the permissions in that folder, because I can change the virtualhost directory to a page I've created at the command line with sudo and it works fine.
The pages that do work are owned by root:wheel. I've tried changing just the MySite folder to root:wheel, but to no avail. I'm worried that if I keep changing permissions up the directory tree I could mess something up.
How should I go about getting sites served from Dropbox?