<?php
// AGB
header("HTTP/1.1 301 Moved Permanently");
header("location: http://www.haussonne.com/preise.php");
header("Connection: close");
exit();
?>