[web2py] Re: Domains and Web2Py

2011-05-15 Thread Oscar
Thank you very much. Oscar. On 15 mayo, 21:10, Anthony wrote: > Seehttp://web2py.com/book/default/chapter/04#Parameter-Based-System, in > particular, this example: > > routers = dict( >   BASE  = dict( >       domains = { >           'domain1.com' : 'app1', >           'domain2.com' : 'app2', >

[web2py] Re: Domains and Web2Py

2011-05-15 Thread Anthony
See http://web2py.com/book/default/chapter/04#Parameter-Based-System, in particular, this example: routers = dict( BASE = dict( domains = { 'domain1.com' : 'app1', 'domain2.com' : 'app2', } ), ) Anthony On Sunday, May 15, 2011 8:23:46 PM UTC-4, Osca