Try the baseURLFilter:

baseUrlFilter.on=True
baseUrlFilter.baseUrl = "http://my.site.com";

cherrypy.HTTPRedirect(turbogears.url("/relative_url/")) should then
work.

Reply via email to