02-01-2017, 11:17 PM
Perfect.
I changed
Redirect::to('../../users/account.php');
to
Redirect::to('/folder/users/account.php');
and now I am redirected to something which is not an error message plus I learned how to set where to go after login which will soon come in handy.
Nice. Thanx.
I changed
Redirect::to('../../users/account.php');
to
Redirect::to('/folder/users/account.php');
and now I am redirected to something which is not an error message plus I learned how to set where to go after login which will soon come in handy.
Nice. Thanx.