@KeskinBey; Bir de bunu dener misin hocam.
  1. RewriteEngine On
  2. RewriteCond %{HTTP_HOST} ^yourdomain1.com [NC]
  3. RewriteCond %{HTTPS} off
  4. RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]