Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 1&1 上有一个域名,在 Linode 上有一个 VPS。我注意到我的网站包含在我没有创建的框架集中。我在 VPS 中检查了 nginx 和 jetty,但它们都没有创建框架集。然后我检查了 1&1 中的域控制面板,发现重定向可能是帧重定向或 http 重定向。我更改为 http 重定向并且框架集消失了,一切都很好,除了在浏览器的 url 栏中它更改为服务器的 ip 地址而不是我的域 url。如何避免框架集并仍然显示正确的 url 而不是 IP?
我在ServerFault中问过,答案是把域的A记录指向我的VPS。