Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 Redirect not working
#2

Since you aren’t using a named route you should definitely use the “to()” method. This method expects a full URL for input, so partials will often work but you’re safer to do something like:
return redirect()->to(site_url(‘admin’));
Reply


Messages In This Thread
RE: Codeigniter 4 Redirect not working - by MGatner - 03-13-2020, 10:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB