RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Yukarıdaki kodu htaccess dosyasına ekleyin.
Kodu ekledikten sonra tarayıcı cache temizliği yaparak kontrol edin.
Konu: Wordpress Https Sorunu
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]