• I’m facing this weird link problem. Lets suppose 2 domains: mydomain.com and yourdomain.com.

    When in an article i link some text back to yourdomain.com. And publish the article. After article is live now the linking domain would change to this mydomain.com/articletitle/yourdomain.com.

    Except of ‘mydomain.com/articletitle/yourdomain.com’, I want just want ‘yourdomain.com’ …

    Kindly have a look at the issue and solve it.
    Thanks!

Viewing 1 replies (of 1 total)
  • You are likely adding a link to yourdomain.com, which a browser will interpret differently than you will. Try adding https:// before the domain, which will cause the browser to read the link correctly.
    So instead of:
    <a href="yourdomain.com">click here</a>
    Use:
    <a href="https://yourdomain.com">click here</a>

Viewing 1 replies (of 1 total)
  • The topic ‘Weird Link Problem’ is closed to new replies.