Skip to content

Instantly share code, notes, and snippets.

@sabid
Created August 4, 2014 19:15
Show Gist options
  • Save sabid/16d4d238cee7459c03fe to your computer and use it in GitHub Desktop.
Save sabid/16d4d238cee7459c03fe to your computer and use it in GitHub Desktop.
Laravel Remove public folder
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Referencias
http://creolab.hr/2013/03/removing-the-public-segment-in-a-laravel-4-app/
https://coderwall.com/p/erbaig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment