Manual:$wgDisableHardRedirects/ko
Appearance
| Page titles and redirects: $wgDisableHardRedirects | |
|---|---|
| Disable redirects to special pages and interwiki redirects, which use a 302 and have no "redirected from" link. |
|
| 이 변수가 소개된 버전: | 1.4.1 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | 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).