Skip to content

Instantly share code, notes, and snippets.

@guilhermewop
Last active August 29, 2015 14:13
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 guilhermewop/c27956027451e86c5c0b to your computer and use it in GitHub Desktop.
Save guilhermewop/c27956027451e86c5c0b to your computer and use it in GitHub Desktop.
Zend Framework 2 Apache virtual host
<VirtualHost *:80>
ServerName application.local
DocumentRoot <application-path>/public
SetEnv APPLICATION_ENV development
<Directory <application-path>/public>
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment