> I'm not sure what's in the nightly build. The abc= line should tell
us something, and I can give you a little more debugging depending on
what it says.
abc gave nothing, it loaded welcome without any errors, or were should I
see any complaints about an unknown key?
I´m running on linux, CentOS, MySQL, mod_wsgi, Apache.
I guess I have to give trunk a go, never used Mercurial so it´ll be an
experiment.
Kenneth
What's your environment? Host system, server configuration, etc? There are some
configurations (like mod_proxy) where you have to do domain-based routing at
the server rather than web2py, I think.
Kenneth
routers = dict(
BASE = dict(
abc = None,
domains = {
'economy.nudata.fi' : 'economy',
'testing.nudata.fi' : 'testapplication',
}
),
)