That would work if I had the server else where but I don't.
They are physically at the same address on the same internet connection coming from the same ADSL router - obviously I can't forward port 80 to both only one
This is the connection:
ADSL Router (1) ==port forward 80==> Debian Server1 hosts
www.example.com
ADSL Router (1) ==NO PORT FORWARD===> Debian Server2 hosts
www.example.com/example
Server1 192.168.1.1/24
Server2 192.168.1.8/24
How do I get Server1 to redirect a URL request asking for
www.example.com/example to server2 on the same network?
Thanks steve