Relative Content

Tag Archive for htmlrelative-path

Root relative path works like relative path

I have links on /en/ like <a href="/en/contact.html">Contact</a>
It works when I test, but I sometimes see in analytics report that a user first visits /en/ and then /en/en/contact.html. It seems that root relative path works like relative path for some users. How can it be possible?