From 49ce736292bb6e5d170d36321dc3ccd7823db48f Mon Sep 17 00:00:00 2001 From: Diogo Paulo Date: Fri, 27 Dec 2024 16:32:40 +0000 Subject: [PATCH] Added known limitation Added Amazon CloudFront CDN as a known limitation, it cannot be used on this solution. --- src/eap/building-apps/seo/redirect-domains.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/eap/building-apps/seo/redirect-domains.md b/src/eap/building-apps/seo/redirect-domains.md index d678fbf2..f10e2856 100644 --- a/src/eap/building-apps/seo/redirect-domains.md +++ b/src/eap/building-apps/seo/redirect-domains.md @@ -30,6 +30,12 @@ For SEO purposes and end-user friendliness, allow an end-user to navigate to a r Achieve this by using a reverse proxy or CDN. +
+ +Due to technical limitations **Amazon CloudFront** cannot be used. + +
+ Refer to [Improve SEO with prerendering](improve-seo-prerendering.md#domain) which outlines how to configure the reverse proxy Nginx in front of ODC. Using a reverse proxy or CDN, you can redirect a root domain or other subdomain, e.g., example.com to a default ODC app located at `www.example.com/appx/home` (`{domain}/{app}/{screen}`).