<?php
header("HTTP/1.1 302 Found");
header("Location: https://ico-lux.de");
header("Connection: close");
?>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://ico-lux.de/">here</a>.</p>
</body></html> 
