Skip to content

Instantly share code, notes, and snippets.

@bwsewell
Created July 11, 2013 01:15
Show Gist options
  • Save bwsewell/5971720 to your computer and use it in GitHub Desktop.
Save bwsewell/5971720 to your computer and use it in GitHub Desktop.
.htaccess file to use with Laravel on AppFog
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ /public/$1 [L]
@Sigmus
Copy link

Sigmus commented Sep 30, 2013

Works for me too. Many thanks...!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment