17 Jun
2005
17 Jun
'05
5:43 p.m.
John Poltorak wrote at 2005-6-16 22:33 +0100:
... I was advised to change
<base href="/" />
to
<base href="http://www.mysite.org/" />
and that seemed to sort out most of the problems.
You should not fiddle with the "base" tag (unless you precisely (!) know what you are doing). Zope sets it automatically when it is necessary (and you did not provide your own one).
Do I really need to hard code the site name like this, or is there some variable I can use?
Do not do it at all! You cannot expect something better, do you? -- Dieter