Hi Alec,
I had a routes related problem a few weeks ago. Jonathan and Anthony helped
me solve it. The routes.py file that works i.e. remove default from the url
reads like:
# -*- coding: utf-8 -*-
routers = dict(
BASE = dict(
default_application = 'init',
applications = 'ALL',
default_controller = 'default',
controllers = 'DEFAULT',
default_function = 'index',
),
init = dict(
default_function = 'index',
functions = ['index','user','register','basicRegister',
'download','call','data','error']
)
)
Kind regards,
Annet
--