I have a folder I\'ve placed in the /public folder in my Laravel site. The path is:
/public/test
the \"test\" folder has a file called inde
Use:
return Redirect::to('/test/index');
Either at the function at your routes file or inside a controller.