Skip to content

Instantly share code, notes, and snippets.

@MattReimer
Forked from ctorgalson/vhost-pagekite
Created September 16, 2013 16:55
Show Gist options
  • Save MattReimer/6583352 to your computer and use it in GitHub Desktop.
Save MattReimer/6583352 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName component.local
ServerAlias www.component.local
ServerAlias component-something.pagekite.me
DocumentRoot /Users/Pigsy/Sites/component/public_html
<Directory /Users/Pigsy/Sites/component/public_html/>
Options Indexes FollowSymLinks MultiViews
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