URL Mappings & Link Checker = Stripped A Tags
We have a site (domain.com) that lives under /content/namespace/domain_com
I have url mappings that map domain.com to /content/namespace/domain_com
We want links when going to http://www.domain.com to be relative to that node, i.e domain.com/about.html
If I leave Link Checker enabled, it strips out my A tags, for instance my navigation looks like:
<li>About</li> If I disabled Link Checker, it produces the links exactly as I expect them, for instance the navigation links look like:
<li><a href="https://forums.adobe.com/about.html">About</a></li>
Why is URL mappings breaking links?