Skip to content

Instantly share code, notes, and snippets.

@tyx
Created August 25, 2010 15:06
Show Gist options
  • Save tyx/549671 to your computer and use it in GitHub Desktop.
Save tyx/549671 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName hotelhotel.local
ServerAlias local.hotelhotel.com
DocumentRoot "/Users/tim/Sites/hotelhotel/public"
RackEnv development
<Directory "/Users/tim/Sites/hotelhotel/public">
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