Recently, I stumbled upon a handful of CMS' that do not generate absolute urls in their hrefs, but ALWAYS use relative links, combined with a base href at the head:
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/base
<base href='https://mysite.com'>
<a href='about_us'>
Spidr does not use base. So, when we finding the same link on the same subsite, it will generate: "about_us/about_us" which usually 404
Recently, I stumbled upon a handful of CMS' that do not generate absolute urls in their hrefs, but ALWAYS use relative links, combined with a base href at the head:
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/base
Spidr does not use base. So, when we finding the same link on the same subsite, it will generate: "about_us/about_us" which usually 404