Skip to content

Instantly share code, notes, and snippets.

@samstefan
Created April 1, 2014 16:34
Show Gist options
  • Save samstefan/9917818 to your computer and use it in GitHub Desktop.
Save samstefan/9917818 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "/var/application/loungers-website"
ServerName loungerswebsite.evil9.synthmedia.co.uk
<Directory "/var/application/loungers-website">
AllowOverride All
</Directory>
php_value short_open_tag "On"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment