Pull in change to .htaccess made on laravel/laravel

This commit is contained in:
Graham Campbell
2015-10-30 18:24:34 +00:00
parent 4ab6cd5b1b
commit f454172dc8
+2 -1
View File
@@ -5,7 +5,8 @@
RewriteEngine On RewriteEngine On
# Redirect Trailing Slashes... # Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301] RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller... # Handle Front Controller...