if (strtolower($_SERVER['REQUEST_SCHEME']) != 'https') { header('Location: https://' .$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); exit(); } ?>