Redirects

General help on the Wiki

Moderators: kcleung, Wiki Admins

Post Reply
daphnis
Copyright Reviewer
Posts: 1634
Joined: Thu May 17, 2007 7:15 pm
notabot: 42
notabot2: Human

Redirects

Post by daphnis »

Leonard et al,

What's the best way to go about making page redirects?
Or if it's not too involved, there should be a redirect from the publisher G. Flaxland re-directing to the Durand page.
Leonard Vertighel
Groundskeeper
Posts: 553
Joined: Fri Feb 16, 2007 8:55 am

Post by Leonard Vertighel »

To create a redirect, you simply create a page containing

Code: Select all

#redirect[[TARGET]]
replacing TARGET with the title of the page you want to redirect to.

This syntax should also be used when the content of a page is merged into another. That way, the links that were pointing to the old page (both internal to the wiki and from external sites) will still work.

When pages are moved (with the "move" link at the top of the page), a redirect from the old title is created automatically, so in this case you don't need to worry about redirecting.
Lyle Neff
active poster
Posts: 702
Joined: Wed Mar 14, 2007 3:21 pm
notabot: 42
notabot2: Human
Location: Delaware, USA
Contact:

Post by Lyle Neff »

Leonard Vertighel wrote:[...] When pages are moved (with the "move" link at the top of the page), a redirect from the old title is created automatically, so in this case you don't need to worry about redirecting.
The exception with the "move" command, I gather, is when the target (i.e., "new") page-name already exists.
"A libretto, a libretto, my kingdom for a libretto!" -- Cesar Cui (letter to Stasov, Feb. 20, 1877)
daphnis
Copyright Reviewer
Posts: 1634
Joined: Thu May 17, 2007 7:15 pm
notabot: 42
notabot2: Human

Post by daphnis »

Thanks
Post Reply