On Nov 15, 2011, at 8:18 PM, Plumo wrote:
> I am mapping apps to different domains using this snippet from the book:
>
> routers = dict(
> BASE = dict(
> domains = {
> 'domain1.com' : 'app1',
> 'domain2.com' : 'app2',
> }
> ),
> )
>
> I found this only exposes the default controller for each app - how to access
> the others?
> Could you please explain the problem in a little more detail? What do you expect to happen, and what actually happens? (In terms of URLs and results.)

