A hackish way to do it: You could put in a redirect in controllers.py

i.e.

@turbogears.expose()
def index(self):
    raise cherrypy.HTTPRedirect(turbogears.url('/static/index.html'))

-Mike

Reply via email to