Skip to content

Instantly share code, notes, and snippets.

@menjaraz
Forked from bwsewell/laravel_appfog.htaccess
Created June 6, 2014 17:20
Show Gist options
  • Save menjaraz/a9e25139c5cb1f878abd to your computer and use it in GitHub Desktop.
Save menjaraz/a9e25139c5cb1f878abd 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