Skip to content

Instantly share code, notes, and snippets.

@patricksimpson
Created February 19, 2014 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patricksimpson/9093040 to your computer and use it in GitHub Desktop.
Save patricksimpson/9093040 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin patrick@heysparkbox.com
DocumentRoot ""
ServerName server.dev
<Directory "">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
DirectoryIndex index.html index.php
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment