<?php header("Status: 301 Moved Permanently"); header("Location: http://www.top-side.de"); exit; // Alternative header("Location: http://www.top-side.de", true, 301); exit; ?>