Hello GuysI have two apache servers. ServerA has a public Domain Name my.domain.com , and ServerB only have a public IP 2xx.2xx.2xx.2xx.SeverA hosts my company website, can be accessed by using http://my.domain.com , ServerB hosts all users private website, can be accessed by using http://2xx.2xx.2xx.2xx/~usernameBecause remember IP address is so annoyed for users, and they want to access their private website by using http://my.domain.com/username .On ServerA, I configured redirectRedirect /username http://2xx.2xx.2xx.2xx/~usernameIt works fine, and users can access their private website properly. But in their address bar, it displays http://2xx.2xx.2xx.2xx/~username.I hope it can only display as http://my.domain.com/username in address bar. Is it possible? If yes, anybody can tell me how to configure it.Thanks very muchYaoning