Set a HTTP 301 header in redirect.php
Upstream wikia change
This commit is contained in:
parent
005c5ad216
commit
71ef827d54
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ $page = $wgRequest->getVal( 'wpDropdown' );
|
|||
|
||||
$url = str_replace( "$1", urlencode( $page ), $wgArticlePath );
|
||||
|
||||
header( "Location: {$url}" );
|
||||
header( "Location: {$url}", true, 301 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue