Merhaba,

wordpress sitemi https'e geçirdim. 301 yönlendirme olarak htcaccess'e bunları attım ama dogru mu oldu olmadı mı hiç bilmiyorum;

# BEGIN HTTPS Redirection Plugin

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

# END HTTPS Redirection Plugin

RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]

Eğer doğru değilse ne şekilde olmalı?