Hi Folks, We have two domains(both are redirecting to same content tree internally) under etc/map folder. one is adobe publisher other is CDN. Sitemap is showing adobe publisher domain always even if sitemap was opened on cdn domain.Facing this issue in AEM cloud. What is the fix for this, which dis...
Hi Folks, This was quite tricky as customer managed CDN has different headers and Adobe managed CDN has different. We are using customer managed CDN Akamai. Akamai has path based cache invalidation API, where multiple path(s) can be passed in API payload. Akamai POST API (https://techdocs.akamai.com...
Hi Harwinder-singh, We are not planning to write event handler for this. Is there any way to achieve through cache control headers? Cache the page for 1 day on CDN, invalidate as soon as page published. Thanks,Pradeep
Dear Members, I am using AEMAaCS setup. Facing issue on Akamai CDN. When I publish the page from AEMAaCS author to publish, Akamai is still serving old content. We have disabled fastly CDN as receommended by Adobe through the Header set Surrogate-Control "max-age=0" Content is showing immediately on...
I could not see any method in https://github.com/adobe/aem-core-wcm-components/blob/main/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/LocalizationUtils.java Which is giving list of language copies of current page. My requirement is, let's say I am on pagea of en, then it shou...
Hi Folks, I have a page (pagea), this page exist in en, fr, and de Now this page has 3 language copies I need to fetch all the existing language copies of page, how would I fetch it using some API.Please do not suggest below http://localhost:4502/libs/wcm/core/content/pageinfo.json?path=/content/tes...
Hi Folks, As part of SEO best practice, I need to attach 'structured data markup' at page level using script type="application/ld+json"Which has some other attributes like page name, description, org name etcEach page has it's detail in this script.How could I do this in AEM as cloud service? Any po...
Hi All, Finally it worked RewriteCond %{HTTP_COOKIE} !mycookieRewriteRule ^/(.*)/test-project/page1(.*?) /$1/page3 [QSA,L,R,NE]RewriteRule ^/(.*)/test-project/page2(.*?) /$1/page3 [QSA,L,R,NE] Thanks,Pradeep
Hi All, I have to redirect page A to page B if cookie is not present. If cookie is present then this redirection will not happen.I need to redirect to page B before request reaches to AEM server. How can we do this on dispatcher? Any pointers highly appreciated. Thanks,Pradeep
Hi Anchal, In my local author it is working fine, above configuration will strip the html on anchor links.However issue I am facing on cloud where changes are not working and what are the changes/rules dispatcher would require. I have 3 requirements.1. Url ends with slash www.mysite/en/should remov...