Skip to content

Instantly share code, notes, and snippets.

@earvinpiamonte
Created September 8, 2019 05:27
Show Gist options
  • Save earvinpiamonte/dee6be9fe157402ea6dccc95efb83adc to your computer and use it in GitHub Desktop.
Save earvinpiamonte/dee6be9fe157402ea6dccc95efb83adc to your computer and use it in GitHub Desktop.
Laravel root .htaccess
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment