Skip to content

Instantly share code, notes, and snippets.

@lenybernard
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save lenybernard/e9890da8b951365679d1 to your computer and use it in GitHub Desktop.

Select an option

Save lenybernard/e9890da8b951365679d1 to your computer and use it in GitHub Desktop.
DocumentRoot "/Users/YOU/Workspace/"
NameVirtualHost *:80
<Directory "/Users/YOU/Workspace/">
Options Indexes MultiViews FollowSymLinks Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
UseCanonicalName Off
VirtualDocumentRoot /Users/YOU/Workspace/%2/%1/web
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment