I have old website and converted it to laravel 4.1; removed cut off trailing slash from htaccess.
The problem is that you can view the page without trailing slash and it is bad as can be abused in future
So I need to either to redirect 301 to page with trailing slash or show 404 how can I do this in elegant way?