How to define rule to handle multiple languages in one rule ? So that I can club all languages in two rules to make this simple.
Otherwise we have to write 100 rules for 100 languages. This solution will be complex to maintain.
I need to handle one set of languages to redirect to en version of the site. 2nd set of languages to redirect fr version of the site.
How to handle this scenario in dispatcher?
Hi Folks,
I need to define redirect rule to handle where one set of languages to redirect to site.com/en.html while other set of languages to redirect to site.com/fr.html
for example cn, de, fr to redirect site.com/en.html
while
it, ja, zh to redirect site.com/fr.html.
How can I define such rul...
Hi Folks,
We have started our project development using SPA react, later on we found that achieving SEO is challenge using react SPA.
Now I am looking for alternative of react SPA to achieve SEO.
Adobe IO/Runtime is one of the option, that is also has challenges as all the calls will go to Adobe/I...
Not only from my machine, anyone within my team or client team should be able to access over https only.
So I am thinking this should be done at server level and not at AEM level. I would reach out to IT support team to assist on this.
Thanks,
Pradeep
Hi All,
I am using AEM6.5 SP13 in Amazon AWS cloud.
Requirement is to configure author over https
Referred below link
https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/security/use-the-ssl-wizard.html?lang=en#:~:text=Adobe%20Experience%20Manager's%20SSL%20setup,instance%2...
Dear Folks,
I am using AEM6.5 SP13.
When I create package and reinstall, it overwrites the content changes done on pages, either new component added or modified existing, even page properties also getting overwrites.
In earlier versions of AEM package was merging the content. Not sure if this ...