Skip to content

Instantly share code, notes, and snippets.

@rubylaser
Created September 3, 2013 12:29
Show Gist options
  • Save rubylaser/6423285 to your computer and use it in GitHub Desktop.
Save rubylaser/6423285 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName apieceocake.com
ServerAlias www.apieceocake.com
DocumentRoot /var/www/apieceocake.com/public
<Directory /var/www/apieceocake.com/public>
DirectoryIndex index.php
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