Hello,
We have a vendor who has just finished a web app for us and it's hosted on another server, it replaces a similar app that was previously running on the same box as our site. So we're redirecting all incoming requests for the old app directory to the IP of the external box, so the user now sees "http://theipaddress/thewebapp" ... however we'd like them to see the same old URL, "http://www.ourdomain.com/webapp". We have full access to the external box ... how would we go about doing this?
Many thanks!