If the parametric routes format is used to route domains, do the domains 
have to be on the same physical host?  The cookbook refers to an example 
where the domains are on the same physical host on p. 273.


Does an example like this work if the domains are on two physically 
separate hosts?

routers = dict(
   BASE=dict(
        default_application='app1',
        domains={
'domain1.com' : 'app1',
'domain2.com' : 'app2',
                }
        ),
)

If this is not the right way to do it on two different hosts, may I see an 
example  please?

thanks


-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to