RE: Multiple default documents for IIS

David Scott ( davidscott@mtgroup.com )
Sun, 13 Jul 1997 14:10:26 -0500

You can also specify multiple default documents, although you can't do so
by domain. For instance, to specify Default.htm and Default.asp and
Homepage.htm as possible defaults, just put a comma between each in IIS
setup.

David Scott
http://www.access-developer.com

On Saturday, July 12, 1997 1:52 PM, Kevin C. Miller
[SMTP:kevin@devworld.com] wrote:
> > 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,
> >
> I don't believe you can. You could, though, make a default.htm document
for
> abc.com that would just pull the user along to stuff.cgi.
>
> The entire document would be:
> <HTML>
> <HEAD><TITLE>Hi</TITLE>
> <META NAME="REFRESH" CONTENT="0; URL=stuff.cgi">
> </HEAD>
> <BODY>
> <A HREF="stuff.cgi">Please click here if your browser does not do so
> automatically.</A>
> </BODY>
> </HTML>
>
> Kevin
>
>
> ----------------------------------------------------------
> NTISP Mailing List listserver@emerald.iea.com