Last Updated: February 25, 2016
·
1.552K
· wern

remove index.php in laravel

in your .htaccess file simply put in the following:

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]