masterlevel

Via htaccess auf https umleiten


if(!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] == ""){

$redirect = "https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
 header("Location: $redirect");

}

Die mobile Version verlassen