Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

girtorapankaj
girtorapankaj
Online

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by girtorapankaj
Customize the badges you want to showcase on your profile
Re: localhost link not valid for social sites sharing - Adobe Experience Manager 14-08-2022
You can use Nginx to generate public URL for your local host and test your component. I did the same for HID testing.

Views

27

Like

1

Replies

0
Re: Bulk Update Asset title - Adobe Experience Manager 28-07-2022
@ashish_mishra1 Could you please specify which property at jcr:content node you want to update as jcr:title exists at metadata node and can be bulk updated using https://experienceleague.adobe.com/docs/experience-manager-64/assets/managing/managing-multiple-assets.html?lang=en

Views

88

Like

1

Replies

0
Re: How to set ErrorDocument dynamically for different la... - Adobe Experience Manager 10-05-2021
Hi Umesh,Thanks for clarifying. But issue is when ever a new market/language gets added, we need to update the variable(s) to include that market or language. This is what we want to avoid.Would it be possible for you to share your contact no so that I can explain in details with more information. RegardsPankaj

Views

462

Likes

0

Replies

0
Re: How to set ErrorDocument dynamically for different la... - Adobe Experience Manager 10-05-2021
Adding new host file for each market and language would be very tedious. As of now, we support 4 markets and each market supports 2 languages so If we go with this solution, then we need to have 8 different host file and in future if there are more markets and language gets added, this process would become more tedious.

Views

483

Likes

0

Replies

0
How to set ErrorDocument dynamically for different language - Adobe Experience Manager 10-05-2021
Hi,In my current project, this is how we are setting ErrorDocument: SetEnvIfNoCase Request_URI "^/(group|career|uk|se)/(en|sv)" MARKET=$1SetEnvIfNoCase Request_URI "^/(group|career|uk|se)/(en|sv)" LANGUAGE=$2# If market or language does not exists, they are set to default valuesSetEnvIfNoCase MARKET ^\s*$ MARKET=groupSetEnvIfNoCase LANGUAGE ^\s*$ LANGUAGE=enErrorDocument 400 /%{ENV:MARKET}/%{ENV:LANGUAGE}/error-pages/4xxErrorDocument 401 /%{ENV:MARKET}/%{ENV:LANGUAGE}/error-pages/4xxErrorDocumen...

Views

554

Likes

0

Replies

6
Likes from