Re: Multiple default documents for IIS

cyborg ( cyborg@earthlink.net )
Sat, 12 Jul 1997 16:35:20 -0700

That shouldn't be so hard, but they need to be universal!
So in IIS you need to define the default documents like
this: default.htm, xyz.htm, abc.htm
The sequence matters!
And then use the appropriate in the appropritate place.

Worst case scenario: You need to use Active Script forwards
in the domains that you want to use. I don't know it off the
top of my head but you need your asp script to write out
a LOCATION: url line for the forward.

TO tell you the truth: I don't see any reason for doing this.

>
> > Hi everyone,
> >
> > How do you make IIS support a different default document for each domain
> > supported? I would like www.xyz.com to have a default document of
> > DEFAULT.HTM but www.abc.com to have a default document of STUFF.CGI
> >
> > Thanks for your help,
> >