Skip to content

Instantly share code, notes, and snippets.

@cordoval
Created October 29, 2010 06:21
Show Gist options
  • Select an option

  • Save cordoval/653020 to your computer and use it in GitHub Desktop.

Select an option

Save cordoval/653020 to your computer and use it in GitHub Desktop.
vhost
<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