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
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