We have an application server located at http://foo.bar .
It needs to be accessed via http:// wibble/foo using reverse proxying.
This I've managed, however there is stuff in http:// foo.bar which references from /
EG:
/images/blah.jpg
So it's trying to get http:// wibble/images/blah.jpg instead of
http:// wibble/foo/images/blah.jpg
Any idea how I can get it to insert the /foo prefix for anything referenced from / ?