[Zope] Redirecting URLs in Zope for renamed top-level folder
Dieter Maurer
dieter@handshake.de
Mon, 25 Feb 2002 23:04:18 +0100
=?iso-8859-1?Q?Hamish_Lawson?= writes:
> I plan to rename a top-level folder from A to B, but I'd like all
> users' old /A/path/to/stuff bookmarks to get redirected to
> /B/path/to/stuff.
The easiest way would be an Apache rewrite rule redirecting
to the new location.
The next easiest would be a Python Script bindung "traversal_subpath"
and redirecting accordingly.
Dieter