Set a HTTP 301 header in redirect.php

Upstream wikia change
This commit is contained in:
Sam Reed 2011-09-03 22:50:44 +00:00
parent 005c5ad216
commit 71ef827d54

View file

@ -18,4 +18,4 @@ $page = $wgRequest->getVal( 'wpDropdown' );
$url = str_replace( "$1", urlencode( $page ), $wgArticlePath );
header( "Location: {$url}" );
header( "Location: {$url}", true, 301 );