8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086f296 commit c7f889fCopy full SHA for c7f889f
bootstrap/start.php
@@ -13,6 +13,8 @@
13
14
$app = new Illuminate\Foundation\Application;
15
16
+$app->redirectIfTrailingSlash();
17
+
18
/*
19
|--------------------------------------------------------------------------
20
| Detect The Application Environment
public/.htaccess
@@ -2,9 +2,6 @@
2
Options -MultiViews
3
RewriteEngine On
4
5
- RewriteCond %{REQUEST_FILENAME} !-d
6
- RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]
7
-
8
RewriteCond %{REQUEST_FILENAME} !-f
9
RewriteRule ^ index.php [L]
10
</IfModule>
0 commit comments