Skip to content

Commit 0d614af

Browse files
committed
Merge pull request laravel#317 from driesvints/patch-4
Remove slash redirects because application handles this now
2 parents df5da1d + 661ae07 commit 0d614af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

installation.md

-3
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,5 @@ If the `.htaccess` file that ships with Laravel does not work with your Apache i
6262
Options +FollowSymLinks
6363
RewriteEngine On
6464

65-
RewriteCond %{REQUEST_FILENAME} !-d
66-
RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]
67-
6865
RewriteCond %{REQUEST_FILENAME} !-f
6966
RewriteRule ^ index.php [L]

0 commit comments

Comments
 (0)