How can I serve a webflow.com blog under a subdirectory of my site using cloudfront/lambda@edge?

0

I have a website served by cloudfront at https://mysite.com using S3 origin.

I have a webflow blog project using a custom domain pointing to http://blog.mysite.com via CNAME in route53.

How can I serve the webflow blog project directly under https://mysite.com/blog ?

Using the subdomain https://blog.mysite.com is not preferable for SEO reasons (but the subdomain is live and operational pointing to the webflow project)

Can I achieve this using lambda@edge?

borg
已提问 2 年前1044 查看次数
1 回答
0

You should be able to do this in CloudFront using multiple CacheBehaviors and Origins. The default CacheBehavior stays as now, pointing to your S3 Origin. Add a 2nd CacheBehavior with a PathPattern "blog/*" pointing to the Custom Origin URL for your webflow blog.

专家
已回答 2 年前
  • Hey @skinsman, thank you for the suggestion! I tried implementing this however when I visit https://mysite.com/blog, it redirects to https://blog.mysite.com/blog. What I want to do is have the blog actually render under mysite.com/blog but maybe that's not possible unless I'm self hosting the assets?

    To get the above working I created a CacheBehavior with PathPattern: blog/* and custom origin with domain blog.mysite.com

  • Borg, you did well and it should rewrite, not redirect. So the user should still see https://mysite.com/blog.

    This is a standard CloudFront feature.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则