How do I do a 301 redirect in Zope?
Up to Table of Contents
How do I do a 301 redirect in Zope?
In DTML it is as simple as:
dtml-call expr="RESPONSE.redirect('http://www.domain.com', status=301)"
In ZPT it is best to just throw the exception as a meta redirect.
















