25 Feb
2002
25 Feb
'02
10:04 p.m.
=?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