you an redirect anywhere with
redirect('http://www.there.com')
or internal URLs with
redirect(URL('controller','function',args=[],vars=dict()))
On Oct 14, 7:23 am, b0j3 <[email protected]> wrote:
> Hi!
>
> I need to open an URL from the controller, but the URL is not part of
> the domain where web2py runs.
> So what I would like is Redirect to work on the other URL e.g. my
> domain iswww.home.com, but I'd like redirect to go towww.there.com.
> Can that be done?
>
> Thanks,
>
> B.

