Can a website subdirectory be served by a different web server?

frankadelic picture frankadelic · Dec 4, 2009 · Viewed 10.4k times · Source

Suppose I have a website hosted at the url:

http://www.mysite.com/

Say this is hosted by hosting provider "A".

Now, I want to host a subdirectory within this site at another host:

http://www.mysite.com/blog/

...say I host this with hosting provider "B". So all the pages under this site would be at a completely different data center.

Is this configuration possible?

Answer

Matthew Whited picture Matthew Whited · Dec 4, 2009

If you can configure a reverse proxy... then yes.

Apache mod_proxy

IIS reverse proxy <= is is a codeproject solution and may not have support. You can probably find many more if you just search for reverse proxy.

If you are using IIS7 (Vista, Windows 7, Server 2008) you may use the HTTP Redirect feature that is built in.