Hi I'm goint to have two web servers, one linux and another windows. I want have two webs in same domain. I want go to www . mydomain . com and enter to linux webserver, and writing www .mydomain. com/any go to windows webserver. But I want to Url don't change of domainname. I want to It be transparent for users and google robot. How can I do it? Could I do it with alias? Thanks
its possible you could use a sort of php include script to point to the other domain, but besides that i don't know
i'd reccomend rethinking you design. same hostnames with different content is just asking for trouble. if you call them one www. domain and the other www1. domain then you can use mod rewrite and do an external redirect. but you can't use mod rewrite if the hostnames are the same. __________________ http://www.apacheforum.com
He does not want to load balance though. So the reverse proxy is probably the best bet, if you can't use subdomains.