Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mansouryaacoubi
Created January 24, 2019 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mansouryaacoubi/ea4660ff6a0790ab9eac941817d3dfe5 to your computer and use it in GitHub Desktop.
Save mansouryaacoubi/ea4660ff6a0790ab9eac941817d3dfe5 to your computer and use it in GitHub Desktop.
.htaccess file for Laravel Projects
<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