Hello all. All applications in the same web2py installation works fine. https://mydomain.com/myapp1 https://mydomain.com/myapp2 https://mydomain.com/myapp3
But now I don't know why all new apps goes on the welcome app. For app "myapp4" instead of https://mydomain.com/myapp4 I have: https://mydomain.com/welcome In the routes.py file I have only domains: routers = dict( BASE = dict( domains = { "www.mydomain1.com" : "myapp1", "www.mydomain2.com" : "myapp2", "www.mydomain3.com" : "myapp3", "www.mydomain4.com" : "myapp4", } ), ) And also www.mydomain4.com display the welcome app instead of the myapp4 app. Someone knows why, or how can I make the debug? Thanks, regards. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

