1. one moment
2.
header( "HTTP/1.1 301 Moved Permanently" );
3.
header( "Status: 301 Moved Permanently" );
4.
header( "Location: http://kingcards.com/kingcards/index.php?cat=memorial-day-ecards" );
5.
exit(0); // This is Optional but suggested, to avoid any accidental output
6.
?>