Hi, i've tried to perform a redirect inside the BaseController but it doesn't work. I think this is the default behaviour but i want to know if there is a method to perform the redirect. Actually i'm using this:
header("Location: *url*");
die();
Thank you :)