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, Oscar wrote:

> Hi, 
>
> I want to host a single Web2Py installation with few appliances or 
> apps installed on it, Can I redirecto with Web2Py every domain pointed 
> to my host to the related appliance? I mean at Web2Py level, not to 
> ngix or Apache level. 
>
> Regards, 
>
> Oscar.

Reply via email to