Skip to content

Instantly share code, notes, and snippets.

@daothanh
Created July 7, 2017 12:18
Show Gist options
  • Save daothanh/8dade07daf4f8695b077ae6844e271b6 to your computer and use it in GitHub Desktop.
Save daothanh/8dade07daf4f8695b077ae6844e271b6 to your computer and use it in GitHub Desktop.
laravel shared hosting .htaccess
<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