Hi all,
we have a Production-Server and a Test-Server. The Prod.-Server is reacheable from Internet under an Address like www.someurl.com.
Now, what we need is to be able to reach the Web-Site on a Test-Server by entering an Address like this:www.someurl.com/testwebsite.
However, the Test-Server has no public IP. It is in internal network, but the Web-Site on it should be made reachable through the Prod-Server.
How can we accomplish this?
Thanks