Skip to content

Instantly share code, notes, and snippets.

@edalis
Last active November 12, 2016 07:59
Show Gist options
  • Save edalis/fdacda3bd462fe478ce6ffd3e4029429 to your computer and use it in GitHub Desktop.
Save edalis/fdacda3bd462fe478ce6ffd3e4029429 to your computer and use it in GitHub Desktop.
Laravel: Redirect to ./public
RewriteEngine On
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