sitenizin ana dizinindeki (.htaccess) dosyasına (eğer yoksa siz oluşturun). Şu kodu ekleyiniz:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} www.sizindomain.com
RewriteRule (.*) http://sizindomain.com/$1 [R=301,L]