und klapp´s?
mach es so, ich hat´s ausprobiert und es geht!
<?
If ( $SERVER_NAME = "http://deine URL/test.php/" ) {
$loc = "Location: http://www.google.de";
Header( $loc );
exit();
}
?>
Gruß toson
und klapp´s?
mach es so, ich hat´s ausprobiert und es geht!
<?
If ( $SERVER_NAME = "http://deine URL/test.php/" ) {
$loc = "Location: http://www.google.de";
Header( $loc );
exit();
}
?>
Gruß toson