Welcome Guest, Not a member yet? Register   Sign In
Redirect not working with string as parameter
#3

[eluser]rogierb[/eluser]
It looks like a relative redirect instead of an absolute redirect
Code:
redirect("awesome/test_pass_string/".$param);

will probable do something like redirect to http://localhost/awesome_site/index.php/...ing/{param}

so try something like
Code:
redirect("/awesome/test_pass_string/".$param);


Messages In This Thread
Redirect not working with string as parameter - by El Forum - 07-18-2011, 02:18 AM
Redirect not working with string as parameter - by El Forum - 07-18-2011, 03:45 AM
Redirect not working with string as parameter - by El Forum - 07-18-2011, 03:48 AM
Redirect not working with string as parameter - by El Forum - 07-18-2011, 05:31 AM
Redirect not working with string as parameter - by El Forum - 07-18-2011, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB