Skip to content

Instantly share code, notes, and snippets.

@adriandmitroca
Created September 8, 2016 11:28
Show Gist options
  • Save adriandmitroca/d39a46ed58977f975c449f3d4d7248bb to your computer and use it in GitHub Desktop.
Save adriandmitroca/d39a46ed58977f975c449f3d4d7248bb to your computer and use it in GitHub Desktop.
Basic Laravel's htaccess configuration
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
AddHandler application/x-httpd-php70 .php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment