创建子域 - IIS7

发布于 2024-09-06 20:43:39 字数 211 浏览 4 评论 0原文

也许有人可以帮助我理解为什么我无法创建子域。我的网站运行良好 mydomain.comwww.mydomain.com

但当我将 staging.mydomain.com 添加到绑定中时,我无法访问该地址由于某种原因。我在这里读到一篇文章,有人提到了 app.config 处理程序设置,但我不知道是什么。

谢谢。

Maybe some one can help me understand why i can't create sub domain. My site is working fine for
mydomain.com and www.mydomain.com

but when i added staging.mydomain.com to the bindings i can't reach to that address for some reason. i read a post here that someone mention the app.config handler setting but i don't know what.

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

给妤﹃绝世温柔 2024-09-13 20:43:39

发生的情况是,您的托管提供商可能已为您的站点设置了 www.mydomain.com 和 domain.com 的主机名,但是您需要要求他将 staging.mydomain.com 添加到主机名列表中。

不幸的是,IIS 不支持通配符主机标头,因此您需要指定所需的实际主机名(也就是说,除非您拥有 IP 地址,此时您可以只使用 *,这将允许在那里看到任何主机名,并且你可以使用 URL 重写来做一些很酷的事情,但拥有 IP 的情况很少)。

What is happening is that your hosting provider probably has set host names for your site for www.mydomain.com and domain.com, however you would need to ask him to add staging.mydomain.com to the list of host names.

unfortunately IIS does not support wildcard host headers, so you will need to specify the actual host names that you need (that is unless you own the IP address at which point you could just use * which will allow any Host name to be seen there and you could use URL Rewrite to do cool stuff, but owning the IP is rarely the case).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文