redirect in zope or plone
create a python script with something like the following and save it as index_html in the folder you want to redirect from.
return context.REQUEST.RESPONSE.redirect(’foo’)
create a python script with something like the following and save it as index_html in the folder you want to redirect from.
return context.REQUEST.RESPONSE.redirect(’foo’)