Hi AEM Community, I have a domain name "xyz" which I want to redirect to my homepage in AEM. I have done the below - 1. Defined VHost File as below - <IfModule mod_rewrite.c>RewriteEngine On Include conf.d/rewrites/rewrite.rules# Add .html extension when extension is missing from requestRewrit...
Hi team, what does this "metascopes=ent_aem_cloud_api" (part of service credentials json response) in AEM cloud? what privileges does that metascope contain? Thank you, Sriram
I want to do A/B testing of the site pages. The version is AEM 6.4. How can some users see different pages in the same URL? What setup steps are required?
Hi, We have a scenario where in we are using nested container in editable template. Once the page is created using that specific template, if we add any component under child container, that is not reflecting in pages that is created not that container is editable in page . Can someone suggest why t...
As per my understanding effective access control policies contains ACL entries for local ACL and inherited ACL from parent. I have tried to give permissions to folders and then its child. Expected result could be: all this ACL should reflect in Effective Access Control Policies of child but I am not...
Hi, When we are adding a component, it's name is breaking in the node structure and due to which some functionality is not working. Component : When we add it to a page, it should look like below, Expected: Actual: global_nav_categorie - last word s is missing. Any idea whe...
Hi, We need to provide restricted access to AEM's query-builder json API to a 3rd party app. How can we add some sort of authorization/access restriction around this path: /bin/querybuilder.json. We can't make it publicly accessible for security considerations.