How can I put certain webpages on a separate webserver from the rest of the site?
September 14, 2007 4:06 AM
Subscribe
How do I/Can I put certain directories (and pages) on a separate webserver from the rest of the site?
For example. I have http://www.example.com on one server. I wish to have http://www.example.com/directory2 on another server. Also, possibly, http://www.example.com/directory/page3.htm on another server (but not anything else in /directory/). I'd like this to be as transparent/unobvious to the user as possible.
In this particular case, server one is IIS and server two is unix. I'd also be interested to know how to do it if both servers were unix.
posted by Hartster to computers & internet (5 comments total)
1 user marked this as a favorite
If you take a look at the example marked 'Moving site location' I think that with a more refined regex you'll find that's what you're after.
posted by southof40 at 4:14 AM on September 14, 2007