The URL's are mapped like this: http://domain.com/function/args?vars The controllers are not exposed.
v1.99.2 Richard On Wed, Nov 16, 2011 at 1:34 PM, Massimo Di Pierro <[email protected]> wrote: > this should not be the case. if it is is a bug. > > On Nov 15, 10:18 pm, Plumo <[email protected]> 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? >> >> Richard

