3 Dec
2004
3 Dec
'04
8:43 p.m.
--On Freitag, 3. Dezember 2004 15:35 Uhr -0500 Alan Snyder <alan8373@gmail.com> wrote:
It seems that every page that zope generates has this <base href=""> tag in the html header. Where is this set and how / should I change it. I'm trying to hook up apache as a proxy server to zope with url address re-writing but it keeps failing, and I think part of the issue is that this <base> tag over-rides what apache does and forces my browser to look at relative links from that :8080 zserver port instead of going through apache.
The BASE tag is set automatically by Zope and there is really no need to change it and in fact it is not a good idea to change it. This is also true if you run Zope vhosted using VHM. -aj