Manual:$wgDisableHardRedirects

This page is a translated version of the page Manual:$wgDisableHardRedirects and the translation is 50% complete.
ページ名とリダイレクト: $wgDisableHardRedirects
302 を使用して、リダイレクトの元のリンクがない特別ページやインターウィキ リダイレクトを無効にする。
導入されたバージョン:1.4.1
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:false

詳細

When this variable is true, hard redirects to a special page or to an interwiki link (an interwiki redirect) are disabled and automatically treated as soft redirects. This means that a user who views a page containing such redirect code will not be redirected but instead shown the link to the intended redirect target.

When this variable is false, such redirects use a HTTP 302 and have no "redirected from" link.

Even if this variable is false, interwiki redirects are only allowed for interwiki prefixes with iw_local set to 1 (true).