I am redirecting my URL to https with htaccess using this directives:
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yoled.com/$1 [