Created
October 13, 2017 07:06
-
-
Save darkterminal/232670f3ae147152f3c0b47d2f8038d0 to your computer and use it in GitHub Desktop.
Laravel .htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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