26 Dec
1999
26 Dec
'99
3:29 p.m.
Hi ! Am Son, 26 Dez 1999 schrieben Sie:
Hi,
I want to make static pages from a site I made in Zope. I am using lwp-rget and it is doing a great job except that zope embeds a base ref in the html. Is there a way to supress/overwrite this using dtml???
Try this as your closing HEAD tag: <!--</HEAD>--></HEAD> Zope used to render it like this: <!--<base href="http://localhost:9080/"></HEAD>--></HEAD> - Maik