On Fri, Mar 11, 2005 at 07:41:29PM +0100, Matthieu Moy wrote: > Hi, > > The wiki has been reconfigured/updated to change the old > > http://wiki.gnuarch.org/moin.cgi/XXX > > into > > http://wiki.gnuarch.org/XXX
Best seems to be `redirect', thus motivating clients to remember the new URL. I'm assuming you use Apache. See the Redirect directive (mod_alias): Redirect permanent /moin.cgi http://wiki.gnuarch.org This should send a `301 Moved permanently' to those clients requesting an old-style path. (There is a possibility of recursion there if there's a legal /moin.cgi in the new URL space, so check carefully ;-) Regards -- tom�s
pgpw3F3Inh22d.pgp
Description: PGP signature
_______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
