从“https://example.com”重定向时出现 SSL 证书问题到“https://www.example.com”
我已将“example.com”和“www.example.com”映射到与我的托管服务提供商相同的 IP 地址。但因为我的 SSL 证书仅适用于“www.example.com”,所以我想要的是当用户访问“example.com”时,他将被重定向到“www.example.com”。
我正在使用 ASP.Net MVC 和 IIS 7。
谢谢
I've mapped 'example.com' and 'www.example.com' to the same IP address with my hosting service provider. But because my SSL certificate only works for 'www.example.com', so what I want is when the user visit 'example.com', he will be redirected to 'www.example.com'.
I'm using ASP.Net MVC and IIS 7.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想说你应该在 Web 应用程序的 web.config 文件中修复规范化问题。看这里:
http://www.barrywise.com/2008/10/seo-canonical-urls-and-301-redirects-in-windows-iis-6-iis-7/
请告诉我它工作了。
I would say you should fix your canonicalization issue in the web.config file of your web application. Look here:
http://www.barrywise.com/2008/10/seo-canonical-urls-and-301-redirects-in-windows-iis-6-iis-7/
Let me know if it working.
该网站有详细信息:
http://www.stepforth .com/resources/web-marketing-knowledgebase/non-www-redirect/
This site has the details:
http://www.stepforth.com/resources/web-marketing-knowledgebase/non-www-redirect/