<?php
    $a=2;
    if ($a==1){
        header("Location: https://www.wirlernen.at/");
    } else
    {
        header("Location: https://de.wikinews.org/wiki/Portal:Ober%C3%B6sterreich");
    }
?>