Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Created June 15, 2017 03:32
Show Gist options
  • Save wayanjimmy/23acbdfd119ed615568e8a34ad407609 to your computer and use it in GitHub Desktop.
Save wayanjimmy/23acbdfd119ed615568e8a34ad407609 to your computer and use it in GitHub Desktop.
Laravel .htaccess for Shared hosting (idhostinger)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
@dkotama
Copy link

dkotama commented Jun 15, 2017

superb thanks

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