By MartinSfromB on
Hello
I went to an new provider with my site and activated clean_url again. Bevore 4.7 i used clean_urls with my old provider to.
Now all relative links don't work.
If I have a relative links in a node(s teaser) like 'href="test"' it works well in the teaser on the homepage and shows to 'www.mysite.com/test' but if I am at the nodes page (www.mysite.com/node/250) the link shows to 'www.mysite.com/node/test' .... can anyone help?
Comments
Read
Read here:
http://drupal.org/node/22218#base
Pobster
Has there been a fix to this?
Has there been a fix to this? I'm having the same problem. How do I get around this when I'm adding a page node with links?
It doesn't need fixing, the
It doesn't need fixing, the behaviour is correct. To link to a page you need to type <a href="/test"...
Pobster