We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df5da1d + 661ae07 commit 0d614afCopy full SHA for 0d614af
installation.md
@@ -62,8 +62,5 @@ If the `.htaccess` file that ships with Laravel does not work with your Apache i
62
Options +FollowSymLinks
63
RewriteEngine On
64
65
- RewriteCond %{REQUEST_FILENAME} !-d
66
- RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]
67
-
68
RewriteCond %{REQUEST_FILENAME} !-f
69
RewriteRule ^ index.php [L]
0 commit comments