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 http://www.mydomain.com and enter to linux webserver, and writing http://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? Thanks ____________________ Hip Hop
I'm not sure if this is possible, but if it's possible I think it must be done with Apache's rewrite module: http://httpd.apache.org/docs/1.3/misc/rewriteguide.html
I think this is for change urls but not change domain... Could I do it with alias as: Alias /externFolder 212.x.x.x/myfolder ?
Search the Apache2 docs http://httpd.apache.org/docs/2.0/ I have seen some example of this when i was reading there the other day.