Re: DNS directly into a Site collection? IIS Host Headers? by spconsultant
spconsultant
Fri Sep 05 07:59:38 CDT 2008
DNS really just maps a user friendly name to
an IP address. Thats it. All the rest has to be accomplished
in the solution as described in the articles. THere are
ways to do that as the article decribes, but DNS will
just get you to an IP.
On Sep 4, 2:14=A0pm, jc <j...@webdos.com> wrote:
> interesting .. thank you.
>
> Before reading this I was (sort of) =A0able to accomplish my goal by
> adding a site to IIS with a host header and redirect to the path I
> wanted for that DNS.. works, but giving us problems with non-IE
> browsers. Namely, Macs running Safari.
>
> I tried the above.. at least what I understood of it. However when I
> go to add internal URL, it requires that I pick from the list of
> available sites, problem is I want the DNS to direct to subfolder of a
> the Default Web Application.
>
> thanks again.