Hello, Consider I have two domains, e.g. example.com and example.net What I want is to extract a portion from the URL, and dynamic set the backed servers... E.g. http://apple.1.example.net => http://apple.example.com http://apple.2.example.net => http://apple.example.com ... http://zebra.1.example.net => http://zebra.example.com http://zebra.2.example.net => http://zebra.example.com The number is limited from [1-9], and the subdomains are dynamic. Is it possible to set this without using external redirector? Thanks.