28 Mar
2001
28 Mar
'01
5:26 p.m.
How would one go about the following? I have a folder hierarchy represented as shown: A B index_html C D A B index_html I would like the C.D.A.B.index_html to redirect to A.B.index_html For this, I have tried the following in C.D.A.B.index_html: <dtml-var "RESPONSE.redirect(A.B.index_html.url())"> But this only succeeds in redirecting to itself due to acquisition first finding A.B.index_html within D. How can I address Root.A.B.index_html separately from Root.C.D.A.B.index_html ? FWIW, Root.A.B.index_html won't do it, Zope.A.B.index_html won't do it, .A.B.index_html won't do it... ------------ Brián Withun