Hi All, I am exploring dispatcher rewrite rules and i'm fairly new to this.<IfModule mod_rewrite.c>#Enable this to debug the redirect logsRewriteEngine on # remove any trailing slash, if it's there.RewriteRule ^(.+)/$ $1 #Shorten the URLRewriteRule ^/content/we-retail/us/(.*).html$ $1.html [R,L]#Map...
I am moving one of our in-house apps that uses Coldfusion to Adobe AEM. the pages extensively use handlebars for displaying content.my problem is that I have this code in my HTML: ${{fees-here}}I want to display the $ sign before the price but this causes the HTL processor/parser errors.I am using o...
Hi All,We had properly implemented the maps configuration to show the short URL in publish on dev environment inspite it is showing the full content path in the browser?Could you please suggest your thoughts on this Note:Mapping configuration working as expected on stage and prod. Thanks in advance...
Is there a way to restrict a specific user group to be able to add a component to a page? At a template level, the component should be allowed, but only specific authors should be allowed to add the component to a page
I have a page created from an editable template. The editable template does not contain anything apart from an empty parsys. During authoring this page, I have added several components to it. In this, I have a similar component used multiple times on the page. However, one or two components among th...
dispatcher-apache2.2-windows-x86-4.2.3.zip - Hi All, Any pointers on where i can download the above mentioned dispatcher version ?I could see the 2.4 version for download in the adobe documentation but that doesn't have support for windows.The above url seems to be obsolete now.
Hello All,Am facing few issues with the AEM smart crop :1. We have dynamic media settings on, Still am not able to publish the images. 2. Am not seeing any image profiles, though i have created many till now. Updating Media3. In the dynamic media component when am selecting the smart crop and return...
AEM 6.5.5 RHEL7 datastore folder got deleted under crx-quickstart\repository. Is there a way to rebuild or restore. ?Note: This is publish server author is fine.
Hi community, newbie here. I am experiencing issue when a wknd site page is being edited the look and feel is not as it should be. Looks like css is not taking effect. Appreciated any pointers in order to fix this issue. I have installed AEM SDK. Attached a screen grab.Cheers
Hi all, Is it a correct way to use Assets HTTP API via public domain for Content Fragment delivery such as below?https://my.site.com/api/assets/myapplication/folder/cftest.json If so, what kind of security configuration is required to be able to do it?Thanks in advance.