Welcome Guest, Not a member yet? Register   Sign In
redirect error
#5

[eluser]John_Betong[/eluser]
From te user manual:
Code:
if ($logged_in == FALSE)
{
     redirect('/login/form/', 'refresh');
}

// with 301 redirect
redirect('/article/13', 'location', 301);

Try prefixing your test with /test/add
 
 
 


Messages In This Thread
redirect error - by El Forum - 05-10-2010, 07:09 AM
redirect error - by El Forum - 05-10-2010, 07:11 AM
redirect error - by El Forum - 05-10-2010, 08:35 AM
redirect error - by El Forum - 05-10-2010, 08:47 AM
redirect error - by El Forum - 05-10-2010, 10:08 AM
redirect error - by El Forum - 05-10-2010, 10:16 AM
redirect error - by El Forum - 05-10-2010, 12:03 PM
redirect error - by El Forum - 05-11-2010, 01:48 AM
redirect error - by El Forum - 05-12-2010, 06:31 AM
redirect error - by El Forum - 05-12-2010, 07:32 AM
redirect error - by El Forum - 05-12-2010, 07:33 AM
redirect error - by El Forum - 05-12-2010, 07:55 AM
redirect error - by El Forum - 05-15-2010, 06:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB