joshuapekera
6/22/2013 - 7:49 PM

about.md

<VirtualHost *:80>
   ServerName giugee.dev
   DocumentRoot "/Users/electric_g/Sites"
   ServerAlias www.giugee.dev
</VirtualHost>

<Directory /Users/*/Sites/>
    Options Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

<VirtualHost *:80>
   ServerName drop.dev
   DocumentRoot "/Users/electric_g/Dropbox/www"
   ServerAlias www.drop.dev
</VirtualHost>

<Directory /Users/electric_g/Dropbox/>
    Options Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
# Webserver
127.0.0.1 giugee.dev www.giugee.dev
127.0.0.1 drop.dev www.drop.dev

Change the folder permission of Site, Dropbox, Dropbox/www to "Read & Write" for all the users