Web services 重定向子文件夹URL,但保留原始域名

Web services 重定向子文件夹URL,但保留原始域名,web-services,redirect,amazon-web-services,amazon-route53,Web Services,Redirect,Amazon Web Services,Amazon Route53,按照下面的URL,我成功地将网站(我从AWS Route 53购买,真实域名被替换)重定向到viawww.example.com.au.s3-website-ap-southerast-2.amazonaws.com 参考:及 重定向规则: <RoutingRules> <RoutingRule> <Redirect> <Protocol>http</Protocol>

按照下面的URL,我成功地将网站(我从AWS Route 53购买,真实域名被替换)重定向到via
www.example.com.au.s3-website-ap-southerast-2.amazonaws.com

参考:及

重定向规则:

<RoutingRules>
    <RoutingRule>
        <Redirect>
            <Protocol>http</Protocol>
            <HostName>abc.wix.com</HostName>
            <ReplaceKeyPrefixWith>xyz/</ReplaceKeyPrefixWith>
            <HttpRedirectCode>301</HttpRedirectCode>
        </Redirect>
    </RoutingRule>
</RoutingRules>

http
abc.wix.com
xyz/
301
问题是,当我单击时,它会将url重定向到浏览器中的,并显示web内容


我需要的是:在浏览器中,应始终显示为,但内容在中

这不是S3问题;目标服务器需要响应example.com。或者,您可以加载框架中的内容,或者从example.com加载主体html,并从wix.com加载其余的资源。