<?php

header(“HTTP/1.1 302 Found”);

header(“Location: https://tv-ober-moerlen.de”);

header(“Connection: close”);

?>