23 Sep
2002
23 Sep
'02
4:01 p.m.
Hi all, I'm using Zope behind apache, using a virtual host monster. I have put a <dtml-var index.html> in my index_html. Everything works fine, but I just tried to validate my webpages using www.w3.org's validator, and it came out with an error... When I go into http://mydomain.dk/ Zope inserts a <base href="http://mydomain.dk/" /> in the <HEAD> section, which is wrong HTML (I think the "/" is illegal) If I go to http://mydomain.dk/index.html no base tag is inserted. Can anyone tell me what I am doing wrong? Best regards Preben