Updated htaccess file after upgrading to laraval 5.2

This commit is contained in:
James Cole 2016-01-08 14:27:35 +01:00
parent b7580a5f83
commit 8157f0a958

3
public/.htaccess Normal file → Executable file
View File

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