Forum Moderators: open
print "Status: 301 Moved Permanently\n";
print "Location: [domain.com...]
Or in PHP:
header("HTTP/1.1 301 Moved Permanently");
header("Location: [domain.com...]
That way, Google will drop the old url and index the new one instead.