Skip to content

Instantly share code, notes, and snippets.

@jackmakiyama
Created June 29, 2013 20:04
Show Gist options
  • Save jackmakiyama/5892469 to your computer and use it in GitHub Desktop.
Save jackmakiyama/5892469 to your computer and use it in GitHub Desktop.
ZendFramework2 Virtual Host
<VirtualHost *:80>
ServerName zf2napratica.dev
DocumentRoot /Users/j4ck3ds0n/Sites/zf2napratica/public
SetEnv APPLICATION_ENV "development"
SetEnv PROJECT_ROOT "/Users/j4ck3ds0n/Sites/zf2napratica"
<Directory /Users/j4ck3ds0n/Sites/zf2napratica/public>
DirectoryIndex index.php
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment