Skip to content

Instantly share code, notes, and snippets.

@jakzaizzat
Created February 18, 2018 15:38
Show Gist options
  • Save jakzaizzat/582abb5a432c5e68c467fde2b6e171f3 to your computer and use it in GitHub Desktop.
Save jakzaizzat/582abb5a432c5e68c467fde2b6e171f3 to your computer and use it in GitHub Desktop.
Laravel .htaccess in shared hosting
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment