Redirect Error |
[eluser]pictwist[/eluser]
I was working with CodeIgniter 1.7.3 on my last project and to redirect i used this code Code: redirect('home/login'); and it worked well. On my current project i am using CodeIgniter 2.0.2 Code: redirect('home/login'); throws an error. for firefox: The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies. for chrome: This webpage has a redirect loop The webpage at http://localhost/mms/index.php/home/login has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer. Here are some suggestions: Reload this web page later. Learn more about this problem. Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects. Do you any idea what i could have done wrong? I have loaded the 'url' helper in the config file. |
Messages In This Thread |
Redirect Error - by El Forum - 04-18-2011, 01:51 AM
Redirect Error - by El Forum - 04-18-2011, 02:09 AM
Redirect Error - by El Forum - 04-18-2011, 02:17 AM
Redirect Error - by El Forum - 04-18-2011, 02:20 AM
Redirect Error - by El Forum - 04-18-2011, 02:29 AM
Redirect Error - by El Forum - 04-18-2011, 02:59 AM
Redirect Error - by El Forum - 04-18-2011, 03:19 AM
Redirect Error - by El Forum - 04-18-2011, 03:43 AM
Redirect Error - by El Forum - 04-18-2011, 03:48 AM
Redirect Error - by El Forum - 04-18-2011, 03:56 AM
Redirect Error - by El Forum - 04-18-2011, 03:59 AM
Redirect Error - by El Forum - 04-18-2011, 04:13 AM
Redirect Error - by El Forum - 04-18-2011, 04:47 AM
Redirect Error - by El Forum - 04-18-2011, 05:14 AM
Redirect Error - by El Forum - 01-22-2012, 05:48 AM
Redirect Error - by El Forum - 01-23-2012, 02:28 AM
Redirect Error - by El Forum - 01-23-2012, 03:34 AM
Redirect Error - by El Forum - 01-24-2012, 02:35 AM
Redirect Error - by El Forum - 01-28-2012, 08:25 AM
|