aslınd eklentinin öyle bir özelliği var. eğer sitenin adresi https ise oraya yönlendirmeyi sağlayan kuralları htaccesse ekliyor.
Wordpress -> General kısmında site adreslerin http mi https mi?
"\nRewriteCond %{HTTPS} !=on"."\n".
"RewriteCond %{HTTP_HOST} !^www\."."\n".
"RewriteCond %{REQUEST_URI} !^/wp-login.php"."\n".
"RewriteCond %{REQUEST_URI} !^/wp-admin"."\n".
"RewriteCond %{REQUEST_URI} !^/wp-content"."\n".
"RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]"."\n\n".
"RewriteCond %{HTTPS} !=on"."\n".
"RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]"."\n".
"RewriteCond %{REQUEST_URI} !^/wp-login.php"."\n".
"RewriteCond %{REQUEST_URI} !^/wp-admin"."\n".
"RewriteCond %{REQUEST_URI} !^/wp-content"."\n".
"RewriteRule ^(.*)$ https://www.%1/$1 [R=301,L]"."\n\n";
durumunda yani https olarak ayarlı