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.
我有一个托管在 xyz.abc.com 的网站。
但是我希望人们在地址栏中只看到 abc.com。目前我只是将 abc.com 重定向到 xyz.abc.com 并将 URL 更改为 xyz.abc.com。
换句话说,我想像 Google Sites 一样屏蔽子域(而不是使用框架和 iframe 来隐藏它)。请帮我解决。谢谢...
您只需在 abc.com 上放置框架。
<frameset rows="100%,*" frameborder="NO" border="0" framespacing="0"> <frame name="main_frame" src="http://xyz.abc.com/"> </frameset>