<?php
// englisch directions
header("HTTP/1.1 301 Moved Permanently");
header("location: http://www.haussonne.com/vegetarian-accomodation-black-forest.php");
header("Connection: close");
exit();
?>