Skip to content

Instantly share code, notes, and snippets.

@kairichard
Created December 21, 2008 20:14
Show Gist options
  • Save kairichard/38755 to your computer and use it in GitHub Desktop.
Save kairichard/38755 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName letsdoo.local
DocumentRoot "/Users/kaikonig/Documents/project.hub/letsdoo/app/public"
RailsEnv development
RailsAllowModRewrite on
<directory "/Users/kaikonig/Documents/project.hub/letsdoo/app/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