Skip to content

Instantly share code, notes, and snippets.

@simkimsia
Created June 21, 2013 08:46
Show Gist options
  • Save simkimsia/5829826 to your computer and use it in GitHub Desktop.
Save simkimsia/5829826 to your computer and use it in GitHub Desktop.
<VirtualHost test.localhost:80>
DocumentRoot "C:/Users/yada/Documents/GitHub/testapp/src/testapp/webroot"
ServerName test.localhost
ErrorLog "logs/testapp.local-error.log"
CustomLog "logs/testapp.local-access.log" combined
<Directory "C:/Users/yada/Documents/GitHub/testapp">
AllowOverride All
Order Allow,Deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment