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 年前檢視次數 1074 次
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南