<?php
// franais les tarifs
header("HTTP/1.1 301 Moved Permanently");
header("location: http://www.haussonne.com/chambres-d-hotes-ecologique-les-tarifs.php");
header("Connection: close");
exit();
?>