Hepinize çok teşekkür ediyorum. O zaman www versiyona devam ediyorum.
BEGIN Redirects

RewriteEngine On

301 redirect to www

RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

301 redirect to https

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

END Redirects

Böyle bir kod yazılmış zamanında sanırım www yönlendirme yapıyor