0
votes
1answer
293 views

mod_rewrite remove trailing slash not working in Laravel

I have the following code setup in my htaccess file for my Laravel 3 installation: # Removes trailing slashes (prevents SEO duplicate content issues) RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ...