On 1/19/06, Greg Humphreys <[EMAIL PROTECTED]> wrote: > I can get requests to http://my_web_server/my_TG_projects/foo to > redirect to some other website using something like
If I were to guess, I'd say that you're doing some sort of redirect in the TG app. I was getting unexpected behavior before I put the baseURL filter of my app and I suspect you're hitting something similar. I've never deployed in a directory, but there is a section on the cherrypy apache integration page [1] on locating apps away from the root. [1] http://www.cherrypy.org/wiki/BehindApache

