首页 > 解决方案 > 如何通过 aws 将我自己的域重定向到 notion.so 页面?

问题描述

我有自己的亚马逊注册域名。我还有一个用于该域的 route53 托管区域。我想将所有传入请求重定向到 notion.so 页面。(https 和 HTTP)

我怎么能做到这一点。

如需参考 cloudflare 解决方案,请访问此链接 https://medium.com/@TarasPyoneer/how-to-set-up-a-custom-domain-for-your-homepage-in-notion-53fa3d54f848

标签: amazon-web-servicesamazon-route53

解决方案


遵循此处的指南: https ://aws.amazon.com/premiumsupport/knowledge-center/redirect-domain-route-53/

对于 https,您可能想要查看 cloudfront(如果您按照上述步骤开箱即用,您只会获得 http): https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https。 html

最后一个链接(通过控制台显示所有 e2e 内容): https ://dev.to/marklocklear/redirecting-a-domain-with-https-using-amazon-s3-and-cloudfront-526h


推荐阅读