I have tested the same configuration on my local dispatcher, and it's working as intended. If you want to make the URL matching case-insensitive, be sure to add [NC] after the RewriteCond rules. Also, confirm that the URL is a child of /us/en/xyz/ and not the /us/en/xyz.html itself. RewriteCond %{QU...
You can refer to this documentation for instructions on creating tags using Tag Manager API. https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/tagging/building.html?lang=en
If I understand your needs correctly, you want to broadcast the modifications from the blueprint version to the live copies. This can be accomplished by employing the "Rollout" operation (from the blueprint) and the "Synchronize" operation (from the live copies).
AEM has two variations: AEM 6.5 and AEM as a Cloud Service (AEMaaCS). You can find the Latest Version by following the links provided below.AEM 6.5: Latest version is 6.5.18.0 [0]AEMaaCS: Latest version is 2023.9.0 [1][0]: https://experienceleague.adobe.com/docs/experience-manager-65/release-notes/r...
You can make use of the Query Builder to retrieve page metadata. If you intend to display it within a component, you'll need to obtain the data using the QueryBuilder API within a Sling Model and then display it in HTL by iterating through the retrieved data.path = /content/wknd
type = cq:Page
p.hit...
Hi @anasustic,I guess that you have multiple author and publish instances where the scheduler is running, possibly three instances in your case. This is why the email is sent three times at 2 AM.
I would recommend to use Sling Alias (Advanced Tab) property in the page properties instead of rename the page.The property sling:alias set on any pages to indicate an alias name for the page. For example, /content/visitors may have the sling:alias property set to besucher allowing the page to be ad...
To exclude a specific parent page and its children from appearing in sitemap.xml, you need to configure Exclude Paths using the Apache Sling Sitemap - Scheduler. You need to Include the parent page path (excluding .html) within the Excluded Paths configuration in the Scheduler Config. Additionally, ...