Skip to content

Instantly share code, notes, and snippets.

@bamnet
Created November 17, 2013 01:51
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 bamnet/7508061 to your computer and use it in GitHub Desktop.
Save bamnet/7508061 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName istaylorswiftsingle.com
DocumentRoot /var/www/istaylorswiftsingle
<Directory /var/www/istaylorswiftsingle>
Allow from all
Options -MultiViews
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment