假设我在Google Domains注册了域名:example.com。我希望它重定向到http://myserver.com/example,这样,如果用户转到http://example.com/mypage.html,则浏览器网址仍会显示http://example.com/mypage.html,但会打开http://myserver.com/example/mypage.html。
我不确定如何实现这一目标。以下设置是否有效(需要24-48小时才能考虑,所以在尝试之前我想确定一下)?
我怀疑它会将http://example.com/mypage.html重定向到http://example.com/example/mypage.html。优于http://myserver.com/example/mypage.html,但仍不是我想要的。