I'm trying to get Site Path Routing running, but I can't get it running the way I would like it.
This is what I want:
http://www.example.org/abc --> http://server1.internal.org/
http://www.example.org/def --> http://server2.internal.org/123
http://www.example.org/ghi --> http://server3.internal.org/456
Overhere I read:
Yep, you misunderstood the Site Path Routing... [;)]
It's meant for "routing" traffic from e.g. "www.mydomain.com/.../server2", so more or less the opposite of what you want.
Which is actually what I want.
When I open my browser and go to http://www.example.org/abc, the webserverlog from server1.internal.org reports a request for http://server1.internal.org/abc which basically means "www.example.org" is replaced with "server1.internal.org" but the path itself hasn't changed from /abc to /.
Am I doing something wrong or is it just not meant to work like the way I'm thinking/hoping?
Thank you in advance!
This thread was automatically locked due to age.