Welcome Guest, Not a member yet? Register   Sign In
Unable to load the requested file
#2

(This post was last modified: 09-05-2020, 08:32 PM by Omar Crespo.)

Just use header instead of redirect, like this:

header('Location:' . site_url('auth/login'));
exit();

I'm just asuming that auth is a controller, and login it's method.

Hope it helps.
Reply


Messages In This Thread
RE: Unable to load the requested file - by Omar Crespo - 09-05-2020, 08:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB