X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=redirect.php;h=5e6cfeed68bf3c7a3a14a7159019cfb1594b54d6;hb=d01ca095d46cd8bf6bba5eb27358569105386232;hp=23db3271244aabe724645257beaa9f271de557f0;hpb=dcfb2251cb6ca38b377d46cf2debd2ae651f2309;p=lhc%2Fweb%2Fwiklou.git diff --git a/redirect.php b/redirect.php index 23db327124..5e6cfeed68 100644 --- a/redirect.php +++ b/redirect.php @@ -1,18 +1,36 @@ getVal( 'wpDropdown' ); $url = str_replace( "$1", urlencode( $page ), $wgArticlePath ); -header( "Location: {$url}" ); -?> +header( "Location: {$url}", true, 301 );