Dear ALL , I am trying to use redirect like this :
def members():
if request.vars.fb == "1":
redirect('http://www.web2py.com')
users = db().select(db.users.ALL,orderby=~db.users.Placeorder)
return dict(users=users)
but it keep taking me to my website index page or gives me the link like
this : www.mydomain.com/thelink !!
What to do ?
Best Regards,

