05-18-2018, 05:12 PM
The issue could be that you might be putting Redirect::to('index.php') and youre trying to get to /index.php but that would redirect you to users/index.php. If you want to go to index.php in root, use Redirect::to('../index.php');