Skip to content

Instantly share code, notes, and snippets.

@antonybudianto
Created August 11, 2015 17:06
Show Gist options
  • Save antonybudianto/3e85018bf854689850ad to your computer and use it in GitHub Desktop.
Save antonybudianto/3e85018bf854689850ad to your computer and use it in GitHub Desktop.
htaccess for Laravel 5 public_html
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment