<?php // Permanent redirection header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.neue-adresse.com/blah"); exit(); ?> |
Redirect permanent /alteseite/seite.html http://www.neue-adresse.com/dingens.html |
$q = new CGI; print $q->redirect(" http://www.neue-adresse.com/ "); |