Skip to content

Instantly share code, notes, and snippets.

@cordoval
Created October 29, 2010 17:56
Show Gist options
  • Select an option

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

Select an option

Save cordoval/654004 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName ward.local
DocumentRoot /home/cordoval/Dropbox/ward
suPHP_Engine on
AddHandler x-httpd-php .php .php3 .php4 .php5
suPHP_AddHandler x-httpd-php
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