Questions about Authoring Links on Sites | Community
Skip to main content
New Participant
November 5, 2021
Solved

Questions about Authoring Links on Sites

  • November 5, 2021
  • 2 replies
  • 863 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kiran_Vedantam

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 replies

joerghoh
Employee
November 5, 2021

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

Kiran_Vedantam
Kiran_VedantamAccepted solution
New Participant
November 5, 2021

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.