Created
June 15, 2017 03:32
-
-
Save wayanjimmy/23acbdfd119ed615568e8a34ad407609 to your computer and use it in GitHub Desktop.
Laravel .htaccess for Shared hosting (idhostinger)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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
superb thanks