Try the baseURLFilter: baseUrlFilter.on=True baseUrlFilter.baseUrl = "http://my.site.com"
cherrypy.HTTPRedirect(turbogears.url("/relative_url/")) should then
work.
Try the baseURLFilter: baseUrlFilter.on=True baseUrlFilter.baseUrl = "http://my.site.com"
cherrypy.HTTPRedirect(turbogears.url("/relative_url/")) should then
work.