Page is a not externally linkable
brotherhood_of_LAN - 4:10 am on Mar 17, 2011 (gmt 0)
//automatically send the visitor to page two. www.domain_name.com/page_two.htm
header('Location: www.domain_name.com/page_two.htm');
exit(0);
This will use a 301 re-direct to that page.