wp-config.php En altina Bu Kodları Ekleyiniz

require_once(ABSPATH . 'wp-settings.php');
if(isset($_SERVER['HTTP_SSL']))
{
$_SERVER['SERVER_PORT']=443;
$_SERVER['HTTPS']='on';
}