I'm trying to move my standard ~/Sites folder, or the global Sites folder (in Library/WebServer/Documents) to my Dropbox folder, and make this usable with Web Sharing, PHP, MySQL etc.
So far I have changed the httpd.conf in etc/apache2 to overwrite these lines:
# original: DocumentRoot "/Library/WebServer/Documents"
DocumentRoot "/Volumes/Macintosh HD/users/cannyboy/Dropbox/Sites"
# original: <Directory "/Library/WebServer/Documents">
<Directory "/Volumes/Macintosh HD/users/cannyboy/Dropbox/Sites">
But when I browse http://localhost I get:
Forbidden
You don't have permission to access / on this server.
Does anyone have any ideas on how to get this to work?