<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How to make www.site.com on my IIS?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How to make www.site.com on my IIS?' posted on the 'Internet Development' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 03:41:35 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 03:41:35 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>How to make www.site.com on my IIS?</title>
      <link>http://www.programmersheaven.com/mb/internet/76756/76756/how-to-make-wwwsitecom-on-my-iis/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I registered one domain by Network Solutions and DNS are pointed to one Linux machine where are all services except WEB ... that mean MAIL, FTP, ... everything is defined to Linux machine and WEB is from Linux machine redirected to 2000 machine (it have to be on NT - there are ASP pages and Access database) ... On 2000 I was making only virtual domains and I know how to make domain which is visible using &lt;a href="http://localhost/site1"&gt;http://localhost/site1&lt;/a&gt; or using &lt;a href="http://IPAddressOfMachine/site1"&gt;http://IPAddressOfMachine/site1&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
How I can make when some client ask for &lt;a href="http://www.site1.com"&gt;http://www.site1.com&lt;/a&gt; request is redirected from Linux to 2000 and IIS know that that presentation is on this machine and respond properly? &lt;br /&gt;
&lt;br /&gt;
I saw on IIS near New-&amp;gt;Virtual Domain (which I know how to use) there is one link more New-&amp;gt;Site but I don't know how to use it :(((&lt;br /&gt;
&lt;br /&gt;
I install and DNS Server form CD but when I tried to make that domain - no success :(((&lt;br /&gt;
&lt;br /&gt;
That mean if I want to register on my 2000 domain: &lt;br /&gt;
&lt;br /&gt;
www.site1.com&lt;br /&gt;
&lt;br /&gt;
and after few days I want to define one more domain&lt;br /&gt;
&lt;br /&gt;
www.site2.com ...&lt;br /&gt;
&lt;br /&gt;
I don't want to have one domain on my machine ... &lt;br /&gt;
&lt;br /&gt;
PS : I have Windows 2000 Advanced Server!!! &lt;br /&gt;
&lt;br /&gt;
CAN ANYBODY HELP ME WHAT ARE STEPS I HAVE TO DO TO MAKE MY IIS KNOW WWW.SITE1.COM IS LOCATED ON THAT MACHINE? aND TO HAVE POSIBILITY MY IIS KNOW&lt;br /&gt;
&lt;br /&gt;
WWW.SITE1.COM &lt;br /&gt;
WWW.SITE2.COM &lt;br /&gt;
WWW.SITE3.COM &lt;br /&gt;
WWW.SITE4.COM &lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
ARE LOCATED ON SAME MACHINE?&lt;br /&gt;
&lt;br /&gt;
  Thanks a lot in advance ... &lt;br /&gt;
&lt;br /&gt;
    LJUBA&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/internet/76756/76756/how-to-make-wwwsitecom-on-my-iis/</guid>
      <pubDate>Mon, 03 Sep 2001 07:45:31 -0700</pubDate>
      <category>Internet Development</category>
    </item>
    <item>
      <title>Re: How to make www.site.com on my IIS?</title>
      <link>http://www.programmersheaven.com/mb/internet/76756/76774/re-how-to-make-wwwsitecom-on-my-iis/#76774</link>
      <description>&lt;br /&gt;
Although you have IIS 5, and the following document is for IIS 4, is this what you are asking for?&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ezine.com/QandA/IIS2Domains.html"&gt;http://www.ezine.com/QandA/IIS2Domains.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Manish.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/internet/76756/76774/re-how-to-make-wwwsitecom-on-my-iis/#76774</guid>
      <pubDate>Mon, 03 Sep 2001 11:09:23 -0700</pubDate>
      <category>Internet Development</category>
    </item>
    <item>
      <title>Re: How to make www.site.com on my IIS?</title>
      <link>http://www.programmersheaven.com/mb/internet/76756/87448/re-how-to-make-wwwsitecom-on-my-iis/#87448</link>
      <description>If you click on the advanced properties of the settings for the site in IIS there is the HOST HEADER property, this can be used to fool IIS.&lt;br /&gt;
&lt;br /&gt;
: Hi,&lt;br /&gt;
: &lt;br /&gt;
: I registered one domain by Network Solutions and DNS are pointed to one Linux machine where are all services except WEB ... that mean MAIL, FTP, ... everything is defined to Linux machine and WEB is from Linux machine redirected to 2000 machine (it have to be on NT - there are ASP pages and Access database) ... On 2000 I was making only virtual domains and I know how to make domain which is visible using &lt;a href="http://localhost/site1"&gt;http://localhost/site1&lt;/a&gt; or using &lt;a href="http://IPAddressOfMachine/site1"&gt;http://IPAddressOfMachine/site1&lt;/a&gt;&lt;br /&gt;
: &lt;br /&gt;
: How I can make when some client ask for &lt;a href="http://www.site1.com"&gt;http://www.site1.com&lt;/a&gt; request is redirected from Linux to 2000 and IIS know that that presentation is on this machine and respond properly? &lt;br /&gt;
: &lt;br /&gt;
: I saw on IIS near New-&amp;gt;Virtual Domain (which I know how to use) there is one link more New-&amp;gt;Site but I don't know how to use it :(((&lt;br /&gt;
: &lt;br /&gt;
: I install and DNS Server form CD but when I tried to make that domain - no success :(((&lt;br /&gt;
: &lt;br /&gt;
: That mean if I want to register on my 2000 domain: &lt;br /&gt;
: &lt;br /&gt;
: www.site1.com&lt;br /&gt;
: &lt;br /&gt;
: and after few days I want to define one more domain&lt;br /&gt;
: &lt;br /&gt;
: www.site2.com ...&lt;br /&gt;
: &lt;br /&gt;
: I don't want to have one domain on my machine ... &lt;br /&gt;
: &lt;br /&gt;
: PS : I have Windows 2000 Advanced Server!!! &lt;br /&gt;
: &lt;br /&gt;
: CAN ANYBODY HELP ME WHAT ARE STEPS I HAVE TO DO TO MAKE MY IIS KNOW WWW.SITE1.COM IS LOCATED ON THAT MACHINE? aND TO HAVE POSIBILITY MY IIS KNOW&lt;br /&gt;
: &lt;br /&gt;
: WWW.SITE1.COM &lt;br /&gt;
: WWW.SITE2.COM &lt;br /&gt;
: WWW.SITE3.COM &lt;br /&gt;
: WWW.SITE4.COM &lt;br /&gt;
: ...&lt;br /&gt;
: &lt;br /&gt;
: ARE LOCATED ON SAME MACHINE?&lt;br /&gt;
: &lt;br /&gt;
:   Thanks a lot in advance ... &lt;br /&gt;
: &lt;br /&gt;
:     LJUBA&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/internet/76756/87448/re-how-to-make-wwwsitecom-on-my-iis/#87448</guid>
      <pubDate>Mon, 19 Nov 2001 21:33:55 -0700</pubDate>
      <category>Internet Development</category>
    </item>
  </channel>
</rss>