Skip to content

Commit 661ae07

Browse files
committed
Remove slash redirects because application handles this now
See commit laravel/laravel@c7f889f
1 parent df5da1d commit 661ae07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

installation.md

Lines changed: 0 additions & 3 deletions
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)