Unable to load the requested file |
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. |
Messages In This Thread |
Unable to load the requested file - by vishwajithkeshan2 - 09-05-2020, 04:06 AM
RE: Unable to load the requested file - by Omar Crespo - 09-05-2020, 08:31 PM
|