An excellent explanation of the 301 redirect and how to implement it in a variety of systems. Linktrack uses a variant of the PHP Redirect:
PHP Redirect
<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.new-url.com” );
?>
Want to double check our work? Try the Search Engine Friendly Redirect Checker.