ayarlardan https yaptım ve htaccess dosyasına da bunları da ekledim ama yine açılmıyor
RewriteCond %{HTTP:HTTPSSL} !^true$ [NC]
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI}
                            Site https açılmıyor | 
                        22 Mesajlar | 8.197 Okunma | ||
RewriteCond %{HTTP:HTTPSSL} !^true$ [NC]
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI}# BEGIN HTTPS Redirection Plugin
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]  
# END HTTPS Redirection Plugin
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]  
# END WordPress
# Begin HTTPS
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.SİTENİZ.com/$1 [R,L]  
# END HTTPS
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]# BEGIN HTTPS Redirection Plugin
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]  
# END HTTPS Redirection Plugin
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]  
# END WordPress
# Begin HTTPS
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.SİTENİZ.com/$1 [R,L]  
# END HTTPS