CodeIgniter Forums
redirect problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: redirect problem (/showthread.php?tid=41036)



redirect problem - El Forum - 04-26-2011

[eluser]Sudz[/eluser]
I am using redirect in my controller ,
it works on apache
but it does'nt work on ISS
giving Error Page not found..
please give me solution.



if($login)
{
redirect('homepage/');
}
else
{
redirect('logout/');
}

I am using above code

But it is not redirected on ISS it works on Apachce.
homepage is my controller .


redirect problem - El Forum - 04-26-2011

[eluser]toopay[/eluser]
is the redireted address correct?


redirect problem - El Forum - 04-26-2011

[eluser]Nick_MyShuitings[/eluser]
[quote author="Sudhakar Prajapati" date="1303843157"]
please give me solution.[/quote]

Please provide enough information to even BEGIN to understand you problem...