English 中文(简体)
• 如何在IIS6中建立子宫
原标题:How to create subdomain in IIS6
  • 时间:2010-12-02 09:19:41
  •  标签:
  • iis-6
  • dns

I m 域和子域组合相当新鲜。

我已经有一个属于“www.foo.es”范畴的“禁运”。 当我要接触该次主题时,我才必须打上“www.foo.es/bar”的类型,迄今为止,一切都是一种权利。

我打算做的是,次主要接触的是打上“禁运”。

我在网上尝试了一些事情,但没有一件事。 你们能否告诉我,这怎么做,或者至少给我一些实际上奏效的lu或辅导?

我试图利用IIS6的特性(不是动态的,因为它不是一个用户,而只是我希望“直接”获得的一个子宫)。

最佳回答

假设你与你本人的活服务器合作,而不是在这里共用的托管账户,你需要做些什么:

让我们掌握自己的档案系统。

c:inetpubwwwrootwww.foo.es { some html files in here}

c:inetpubwwwroot.foo.esar{这里的大约html档案}

如果没有安装任何定制的ISAPI过滤器,你会这样做,在IIS安装两个WBSITE。

第一个网站有:inetpubwwwrootwww.foo.es和2个东道负责人“www.foo.es”和“foo.es”。

第二个网站有:inetpubwwwroot.foo.esar和1个“bar.foo.es”的主人。

一旦国家航天中心拥有一个“禁运”的CNAME,即向您的服务器发出信号,而且你可以清除你的地方避风港。 如果你不知道如何使国家安全局改变其最容易做的事情,那么,你从谁购买域名并做以下工作,就向贵国域名控制小组报到:

ADD A CNAME RECORD: For the host enter "bar" for the points to enter "foo.es" and you should be all set.

问题回答

首先,你们都需要在贵国航天中心增加一个条目,其中你具体说明了它所指明的服务器的“禁运”。

之后,在综合调查中,你将不得不为刚刚成立的新的子宫建立一个场所。 为此:正确点击网站――> 新网站-> 遵循通常的步骤,但当你碰到“该网站主人”的文字箱子(Default: 无)”时,用你的主要价值(“bar.foo.es”)填充。

或者,如果贵国的网站已经建立,那么你可以通过在网站——“主人”代表的网址上正确点击来约束其子域。

请注意,你目前掌握的“www.foo.es/bar”并非主要内容,而是相对地址。





相关问题
IIS 6 Logs M.I.A

I m trying to find my IIS log files and I seem to be having a problem. First off I ve gone into IIS and right clicked on the site in question and selected properties... Under the Web Site tab I have ...

IIS6 SMTP Service and stop Delivery Reties?

Is there anyway to tell the SMTP service to stop trying to resend an e-mail that has been tried / failes x amount of times ? I can t find anything in the delivery tab to speicify this. Just curious if ...

Purpose of aspnet_isapi.dll hosted in w3wp - IIS 6?

What is the purpose of the ASP.NET ISAPI extension aspnet_isapi.dll that is hosted in the worker process w3wp.exe in IIS 6.0 ? In IIS 5.0, I understood that this ISAPI extension was responsible for ...

Does a 64-bit CruiseControl.NET exist?

Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems. If I do need to run ...

Tricking IIS 6.0 html web site into thinking it s at the root

I have no idea how to search for this one and perhaps Serverfault would be better but I ll start here. I have a HTML web site running at the root of one of my webservers. It runs fine and dandy. I ...

Socket transport "ssl" in PHP not enabled

I m having trouble enabling the socket transport "ssl" in PHP. When I run my script, I get the error: Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://www.my.site.com:443 ...

热门标签