Forum Moderators: coopster
<?
header("Status: 301 Redirect");
header("Location: [domain.com...]
?>
I'm not sure why you would want to do it through php though.
what that needs to be figured out would be for ex:
subpage.domain.all
$sub='subpage' <-- how to get the subname in $sub
anothersubpage.domain.all
$sub='anothersubpage' <-- how to het the subname in $sub
and then
header("Status: 301 Redirect");
header("Location: [domain.com...]
?>
or something?