Skip to content

Instantly share code, notes, and snippets.

@lantrix
Created August 26, 2010 06:40
Show Gist options
  • Save lantrix/550938 to your computer and use it in GitHub Desktop.
Save lantrix/550938 to your computer and use it in GitHub Desktop.
NameVirtualHost *
<virtualhost *>
DocumentRoot "/Users/lantrix/devel_projects/vhosts/site.local"
ServerName site.local
ServerAlias http://www.site.local
DirectoryIndex index.php index.html
</virtualhost>
<directory "/Users/lantrix/devel_projects/vhosts/site.local">
AllowOverride All
Options -Indexes +FollowSymLinks
Order allow,deny
Allow from all
</directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment