Merge pull request #3438 from bbashy/patch-1

Fix redirect loop .htaccess
This commit is contained in:
Taylor Otwell 2015-06-26 08:30:37 -05:00
commit 99d25ec96c
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
RewriteEngine On RewriteEngine On
# Redirect Trailing Slashes... # Redirect Trailing Slashes but not for folders...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301] RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller... # Handle Front Controller...