15 Nov
2002
15 Nov
'02
7:48 p.m.
Michael Stöckel writes:
I noticed that Zope adds a <base href... > tag to my HTML-Head.
Why and how can i stop it? Zope sometimes effectively changes the URL. Prominent examples are:
* Your URL looks like ".../A" and "A" has/acquires a non-None "index_html". In this case, the effective URL becomes ".../A/index_html" * You use the ":method" or ":action" form control suffix In this case the ":method/action" effectively adds some components to the action URL. In all these cases, relative URLs may be wrong unless Zope tells the browser about the new base URL. Zope does precisely this, by adding the "base" tag. This is a good thing. Usually, you should not try to remove it. Dieter