I have a block on the site Im working with which has a link to a page. mysite.com/node/67. Which is the correct link. When I click on it the page just refreshes but now hovering over the link it reads mysite.com/node/node/67. If I click on it again it adds another so it would be mysite.com/node/node/node/67. It keeps doing this and the link keeps getting longer and the page just refreshes.

Comments

toma’s picture

I have the same problem when i want to make internal link with my site just try

Do

<a href="/news">my news</a>

Don't

<a href="news">my news</a>