Skip to content

Instantly share code, notes, and snippets.

@allanfreitas
Forked from bwsewell/laravel_appfog.htaccess
Created December 3, 2013 16:55
Show Gist options
  • Save allanfreitas/7772823 to your computer and use it in GitHub Desktop.
Save allanfreitas/7772823 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ /public/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment