raulrotundo / laravel5starter

Laravel Framework 5 Bootstrap 3 Starter Site is a basic application with Back-End and Front-End System
http://laravel5starter.herokuapp.com
1 stars 1 forks source link

Avoid redirect when "/" is present at the end of the url #24

Closed raulrotundo closed 9 years ago

raulrotundo commented 9 years ago

The problem was solved by commenting the following lines in the .htaccess file:

Redirect Trailing Slashes If Not A Folder...

RewriteCond %{REQUESTFILENAME} !-d RewriteRule ^(.)/$ /$1 [L,R=301]_/