I believe if you set the default application in routes.py you will get waht you want. From: http://code.google.com/p/web2py/source/browse/router.example.py
routers = dict(
# base router
BASE = dict(
default_application = 'interestid',
),
)

