[web2py] Re: Wildcard in domain mapping route?

2015-03-13 Thread Massimo Di Pierro
You can in the pattern based routes system: routes_in = [ ('.*http://\w+\.myserver.com /', 'myapp/default/index') ] On Thursday, 12 March 2015 18:01:58 UTC-5, Francisco Costa wrote: > > I don't think so, but would love to have something like this in Parameter > Based System > > domains = {"*

[web2py] Re: Wildcard in domain mapping route?

2015-03-12 Thread Francisco Costa
I don't think so, but would love to have something like this in Parameter Based System domains = {"*.myserver.com": "myapp/controller/function/*"} On Wednesday, 30 May 2012 22:23:50 UTC+1, pbreit wrote: > > Is it possible to wildcard the sub-domain of a domain mapping route? > > Ex: domains = {"