从 Linux 主机上托管的子域将帧重定向到 .Net 站点 SEO 在 1and1 中命中?
我的主机:1and1.com
我的设置:我的主域和子域托管在 Linux 主机上。
我需要什么:子域(当前在 Linux 主机上)应指向 1and1 上托管的 MS Business 上托管的 .Net 站点的子域。实现这一目标的最佳方法是什么?
到目前为止我所做的:使用框架重定向(从子域到.Net 站点),我的客户对 SEO 会受到打击感到愤怒。他还骂我是个糟糕的程序员!
非常感谢建议、评论、解决方案。
谢谢。
My host : 1and1.com
My setup : I have my main domain and a sub domain hosted on the Linux host.
What I need : Sub domain (currently on Linux host) should be pointed to that of a .Net site hosted on MS Business hosting on 1and1. What is the best way of achieving it?
What I did so far : Used Frame redirect (from Sub domain to .Net site) and my client is pissed that SEO will take a hit. And he is calling me a lousy programmer!
Suggestions, comments, solutions greatly appreciated.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
到底是什么问题`?
域 X.com
子域:YXcom
将 YXcom 指向 windows 主机的 IP 地址。设置 Windows 主机以响应 YXcom。
完成的。
客户不应该称您为糟糕的程序员,而应该称您为对网站技术如何运作、互联网方面一无所知的人。请注意,这与编程不同,它基本上指的是您的管理技能(DNS、服务器设置等)。
What exactly is the problem`?
Domain X.com
Subdomain: Y.X.com
Point Y.X.com to the IP address of the windows host. Set up windows host to react to Y.X.com.
Finished.
Client should not call you a lousy programmer - but someone without a clue about how website technology works, internet wise. Note that this is different from Programming, it basically points to your administration skills (DNS, server setup etc.).
我不相信 1and1 会阻止您正确管理您的 DNS。此常见问题解答似乎表明了您期望任何托管公司提供的相当广泛的功能,包括能够配置您的子域:
I don't believe 1and1 prevent you from properly managing your DNS. This FAQ seems to indicate a fairly wide set of features that you'd expect from any hosting company, including being able to configure your sub-domain:
通过选中域选项卡上的框来选择您的域,然后单击 DNS 按钮。
编辑 DNS 设置
名称服务器*:我的名称服务器,然后输入以下信息:
您应该能够做到这一点,没有问题。也许是因为 IIS 与 Linux 软件包有关?但这根本不应该有什么不同。它只是将 DNS 转发到下一个主机。
我切换到他们的虚拟专用服务器,因为我可以托管多个域、完全的 ASP.net 控制(端口等,没有信任问题),并且因为我物理编辑我的 SQL 数据库而不是使用他们的垃圾 SQL Web 界面。
Select your domain by checking the box on the domain tab, then click on the DNS button.
Edit DNS settings
Name Server* : My Name Server and then enter in the information for:
You should be able to do that no problem. Maybe it's the fact that IIS is involved with a Linux package? But that shouldn't make a difference at all. It's simply forwarding the DNS over to the next host.
I switched over to their Virtual Private Server because I can host multiple domains, full ASP.net control (ports, etc, no trust issues), and because I physically edit my SQL database rather than use their junk SQL web interface.