MErhaba arkadaşlar, 
SSL ile web opencart websitesi kuruyorum. SSL konusunda çok bilgim yok. siteye http protokolunden de https protokoluyle girilebiliyor. ancak ben sadece ssl den girilsin istiyorum mumkunmudur? 
web adresi http://byzinci.com
                        
                            SSL Opencart otomatik https | 
                        4 Mesajlar | 969 Okunma | ||
if(!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] == ""){
    $redirect = "https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
    header("HTTP/1.1 301 Moved Permanently");
    header("Location: $redirect");
}
?>