Skip to content

Instantly share code, notes, and snippets.

@aditagusta
Created April 29, 2021 18:02
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 aditagusta/e7ff66b4dc68a69e7056433d755c18f9 to your computer and use it in GitHub Desktop.
Save aditagusta/e7ff66b4dc68a69e7056433d755c18f9 to your computer and use it in GitHub Desktop.
.htaccess Laravel
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment