Handbuch:$wgRedirectSources

From mediawiki.org
This page is a translated version of the page Manual:$wgRedirectSources and the translation is 20% complete.
Interwiki-Links und Sites: $wgRedirectSources
Regular expression to restrict URLs which will be displayed as "redirected from" links.
Eingeführt in Version:1.5.0
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(regular expression) or false
Standardwert:false

Details

Other wikis which set $wgDisableHardRedirects to false may redirect users to pages of your wiki, telling your MediaWiki install from what URL they came from. Set this regular expression to restrict origin URLs which will be displayed as "redirected from" links to them.

It might look something like this:

$wgRedirectSources = '!^https?://[a-z-]+\.wikipedia\.org/!';

(For instance, this example configuration is pointless because Wikipedia doesn't have hard redirects enabled.)

Leave as false to avoid displaying any incoming redirect markers. This does not affect intra-wiki redirects, which don't change the URL.