Skip to content

Instantly share code, notes, and snippets.

@seeRead
Created May 15, 2014 15:38
Show Gist options
  • Save seeRead/c4869f922b738f5fe8cb to your computer and use it in GitHub Desktop.
Save seeRead/c4869f922b738f5fe8cb to your computer and use it in GitHub Desktop.
ApacheConf Vhost file at /etc/apache2/extra/httpd-vhosts.conf
# Virtual Hosts
NameVirtualHost *:80
<Directory "/Users/seeread/Sites/">
Options Indexes MultiViews +FollowSymLinks Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
UseCanonicalName off
VirtualDocumentRoot /Users/seeread/Sites/%0
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment