if (isset($_SERVER['HTTPS']) || $_SERVER['SERVER_NAME'] == 'insightparanormal.com' || $_SERVER['PHP_SELF'] == 'index.html') { header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.insightparanormal.com"); exit(); } ?>