I am sure something have changed on this,
I used this same setup before and worked well..

works here: www.serafimnatural.com.br (web2py 1.82.x)

but not here: pythonbrasil.web2py.com.br

-----------------------------------
default_application = 'init'    # ordinarily set in base routes.py
default_controller = 'default'  # ordinarily set in app-specific routes.py
default_function = 'index'      # ordinarily set in app-specific routes.py


routers = dict(

    # base router
    BASE = dict(
        default_application = 'init',
        domains = {
                'pythonbrasil.web2py.com.br' : 'pytalks',
                'talks.python.org.br':'pytalks',
                },
        applications = ['init','pytalks','admin'],
        controllers = 'DEFAULT'
    ),
)

Reply via email to