如何将子域映射到子文件夹而不在 IIS 中创建其他网站?

发布于 2024-10-04 18:43:27 字数 386 浏览 2 评论 0原文

您好,我的博客使用的是 BlogEngine.net,我想创建 5 个不同的子域并指向不同的子文件夹(不是重定向)。例如:

firstsubdomain.domain.com - domain.com/posts/helloworld.aspx
firstsubdomain2.domain.com - domain.com/posts/helloworld2.aspx
firstsubdomain3.domain.com - domain.com/posts/helloworld3.aspx

提前感谢您提供工作示例。我正在使用 asp.net 3.5、C#、Windows Server 2008、IIS 7

只是想确保在 IIS 解决方案中创建其他网站对我不起作用。

Hi I'm using a BlogEngine.net for my blog and I would like to create 5 different subdomains and point to different subfolders(not redirecting). For example:

firstsubdomain.domain.com - domain.com/posts/helloworld.aspx
firstsubdomain2.domain.com - domain.com/posts/helloworld2.aspx
firstsubdomain3.domain.com - domain.com/posts/helloworld3.aspx

Thank you in advance for working example. I'm using asp.net 3.5, C#, Windows Server 2008, IIS 7

Just want to make sure creating additional websites in IIS solution will not work for me.

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

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

发布评论

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

评论(1

古镇旧梦 2024-10-11 18:43:27

在 IIS 中,创建一个新网站。在设置向导中,将主机标头定义为您的子域名 (firstsubdomain.com),并相应地设置要使用的端口号和 IP 地址。在下一步中,选择您想要作为网站根文件夹的文件夹。如果默认内容页面不是标准页面名称之一(例如default.aspx),那么您可以在网站的“文档”选项卡中进行设置。

In IIS, create a new website. In the setup wizard, define the host header as your subdomain name (firstsubdomain.com), set the port number and IP address to be used accordingly. In the next step, select the folder you want to be the root folder of the website. If the default content page is going to be something other than one of the standard page names (default.aspx, for instance) then you can set that in the Documents tab of the website.

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