Hi team,May i know how to write a rewrite rule forhttps://www.example.com/.testing-folder/sample-file.txt Internally it should hit /content/dam/testing-folder/sample-file.txt I tried below but its not working RewriteRule ^/.testing-folder/(.*)$ /content/dam/testing-folder/sample-file.txt [PT,L]
hi experts, May i know how to mock below code in Sling Model using AEMContext Mock, Thanks @SlingObjectResourceResolver resourceResolver. Resource resource = resourceResolver.getResource("/content/dam/cf");
hi target experts, We are new to Adobe Target and trying to check if the below use-case is possible with Adobe Target. Users gets into the landing page, Default banner will be shown.Then user navigated to Product Description page and clicked on color variants of the products and exits website.Next t...
Is there any specific naming convention which has to be followed for experience fragments title and for its variations. Since its a cq:page type, if title needs to be used as name as well it would be checked with JCRUtils class. Apart from that anything else?