Under Construction.
if(substr($_SERVER['SCRIPT_URI'], 0, 8) === 'https://') { $redirect = "http://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}"; header("HTTP/1.1 301 Moved Permanently"); header("Location: {$redirect}"); exit; } header('Content-Type: text/html; charset=utf-8'); session_start(); ?>
Under Construction.