/*$thisroot = $_SERVER['HTTP_HOST']; ## This redirect corrects the http://webhosting.its.psu.edu/homecoming problem but allows## ## you to view the site locally if you set apache up correctly ## if (substr($thisroot,0,16) == "homecoming.local") ; elseif (substr($thisroot,0,18) != "homecoming.psu.edu") header("location: http://homecoming.psu.edu"); end;*/ ?>