Forum Moderators: open
I have two domains hosted on the same server (Win2k, IIS 5). Let's call them www.domain1.org and www.domain2.org. Currently, each has it's own IP address and is a separate site in IIS.
What I'd like is to be able to manage domain2 as a site based in a subdirectory of domain1 and still have it appear to the user to be a fully distinct domain/site.
Thus, a visitor to www.domain2.org/index.htm would see just that but they would actually be at www.domain1.org/domain2dir/index.htm
Perhaps I'm wrong but it seems like this problem is best addressed in IIS and not DNS.
The reason for this is that we're using a CMS that won't allow content to be shared across different sites (but we'd like both domains to share some content). Thus, if we could manage domain2 within domain1 we would not need to duplicate posting of content.
Thanks.