Skip to content

Instantly share code, notes, and snippets.

@kcjpop
Created April 20, 2013 13:47
Show Gist options
  • Save kcjpop/5426034 to your computer and use it in GitHub Desktop.
Save kcjpop/5426034 to your computer and use it in GitHub Desktop.
Remove "public" in Laravel URL
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
# In case you have to place all files in your root folder
@kcjpop
Copy link
Author

kcjpop commented Sep 28, 2013

Test

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