내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Questions about Authoring Links on Sites

Avatar

Level 1

When I am doing my authoring on production, I realized my links seem to look like this

/mnt/overlay/wcm/core/content/sites/xxx.html?item=%2Fcontent%2Fxxx%2Fxx%2Fxx%2Fxx%2Fxx%2

 

Will all these "%2F" cause problem when I publish? Thanks!

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @mengliang10 

 

The url looks with the values of query params with special characters which are getting encrypted: https://www.w3schools.com/tags/ref_urlencode.ASP. I am not sure why its authored like this but if you are doing it to redirect the page, it will create issues.

 

Thanks,

Kiran Vedantam.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @mengliang10 

 

The url looks with the values of query params with special characters which are getting encrypted: https://www.w3schools.com/tags/ref_urlencode.ASP. I am not sure why its authored like this but if you are doing it to redirect the page, it will create issues.

 

Thanks,

Kiran Vedantam.

Avatar

Employee Advisor

No, it won't cause problems. It's just the URL-encoding of the slashes, and it's represented correctly within AEM.