Skip to content

Instantly share code, notes, and snippets.

@darkterminal
Created October 13, 2017 07:06
Show Gist options
  • Save darkterminal/232670f3ae147152f3c0b47d2f8038d0 to your computer and use it in GitHub Desktop.
Save darkterminal/232670f3ae147152f3c0b47d2f8038d0 to your computer and use it in GitHub Desktop.
Laravel .htaccess
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment