Manual:Redirects

From SacredWiki
Jump to navigation Jump to search

A redirect is a page that contains a line such as: #redirect [[Sandbox]]

Redirects are recorded in the redirect table. Configuration settings relevant to redirects include:

Double redirects

There are several ways to fix double redirects. fixDoubleRedirects.php is a maintenance script that fulfils that purpose. $wgFixDoubleRedirects is a configuration setting that can take care of such redirects as they are created, but it is only suitable for use on a private wiki because page move vandalism causes problems when it is set to true.

See also