yes I can access http://localhost:8080/static/index.html
Mike's suggestion
raise cherrypy.HTTPRedirect(turbogears.url('/static/index.html'))
works fine, but InternalRedirect makes problems.
ALex.
yes I can access http://localhost:8080/static/index.html
Mike's suggestion
raise cherrypy.HTTPRedirect(turbogears.url('/static/index.html'))
works fine, but InternalRedirect makes problems.
ALex.