12 Apr
2000
12 Apr
'00
1:21 p.m.
I have a strange problem: when I write : <A HREF="www.altavista.fr">altavista</A> in my zope index_html method, the link is printed, but try to reference to : http://localhost:8080/www.altavista.com so, of course, the URL is not valid! isn't it possible to force zope to create a link to http://www.altavista.com instead of http://localhost:8080/www.altavista.com??? I suppose it is easy to do, but I don't find how! Thanks!!