On 11 Feb 2013, at 3:36 PM, Jim S <[email protected]> wrote: > I'm trying to route traffic that comes in on a specific URL to a specifc app. > > Example: > > www.host1.com should route to the welcome app > > www.host2.com should route to mySpecific app > > I realize this is probably trivial, but I'm really struggling with it. > Hoping to do it with routes.py and not through wsgi stuff. Please feel free > to set me straight if that is not advisable. >
Look at the domain-routing provision in the parametric router. Documentation in the book, and in router.example.py. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

