a PHP file with a 301 HTTP permenant redirect.
Put the following into index.php in the root directory of guardthe.net
<?php
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://guardthe.net/punbb/" );
?>
browser will re-direct with search engine friendliness.