Skip to content

Instantly share code, notes, and snippets.

@cordoval
Created November 1, 2010 02:21
Show Gist options
  • Save cordoval/657498 to your computer and use it in GitHub Desktop.
Save cordoval/657498 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName ward.local
DocumentRoot /home/cordoval/Dropbox/ward
DirectoryIndex index.php
<Directory /home/cordoval/Dropbox/ward/>
AllowOverride All
allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment