I would like to know how I could redirect to one of two servers from a "master" domain, using the "/" of the url at the end of the domain.
I have two servers that, for example, have these links:
1st "http://XX.XXX.XX.100:1880/ui/"
2nd "http://XX.XXX.XX.200:1880/ui/"
And assuming the "master" domain is "www.meuservidores.com", I want "www.meuservidores.com/servidor1" to redirect to the 1st web server and "www.meuservidores.com/servidor2" to the 2nd web server.