我有以下内容:
运行 IIS 8 的 Softsys Windows 2012 非托管 VPS,带有 2 个网站:
- inetpub/wwwroot/WebsiteA 绑定 123.xxx.xxx.xxx:8001
- inetpub/wwwroot/WebsiteB 绑定 123.xxx.xxx.xxx:8002
2 个域名:
- name1.com 和
- name2.com
- 在 GoDaddy 注册
如何得到http://name1.com重定向到 123.xxx.xxx.xxx:8001 并http://name2.com到 123.xxx.xxx.xxx:8002 而不在 URL 中使用端口号?
尽管我对 DNS、A 记录等了解很多,但我似乎无法找到简单的分步解决方案 - 我想象的 - Google 上的关键/常见问题。我遗漏了什么?
答案1
通常你在端口 80 上运行所有的网站,只要你在 IIS 中每个网站的配置中添加了相关的域名,它就会根据用户输入的网址知道要为哪个网站提供服务。