I'm extremely new to Zope.. so bear with me. I'm running Zope 1 using the Zope Server for HTTP, I need to redirect the root index to a folder within the root.. how is this done? (i.e. user hits http://www.myhost.com and gets redirected to www.myhost.com/linuxgt .. which is the root of my squishdot folder..) Thanks!
At 9:12 am -0500 30/7/99, Rick Collette wrote:
I'm extremely new to Zope.. so bear with me. I'm running Zope 1 using the Zope Server for HTTP, I need to redirect the root index to a folder within the root.. how is this done?
(i.e. user hits http://www.myhost.com and gets redirected to www.myhost.com/linuxgt .. which is the root of my squishdot folder..)
Thanks!
<!--#call "RESPONSE.redirect('/linuxgt')"--> will do the trick. On its own in the index_html document at the root of your Zope system. tone ------ Dr Tony McDonald, FMCC, Networked Learning Environments Project http://nle.ncl.ac.uk/ The Medical School, Newcastle University Tel: +44 191 222 5888 Fingerprint: 3450 876D FA41 B926 D3DD F8C3 F2D0 C3B9 8B38 18A2
participants (2)
-
Rick Collette -
Tony McDonald