Çok ilginç ya bi türlü çözemedim. Bu arada htaccess kodları da;
# BEGIN WordPress
RewriteEngine On
RewriteCond %{SERVER_PORT} 8
RewriteRule ^(.*)$ https://blogdede.com/ $1 [R,L] {
.
.
.
Şeklinde devam ediyor.
Konu: SSL Çok Acil Yardım
# BEGIN WordPress
RewriteEngine On
RewriteCond %{SERVER_PORT} 8
RewriteRule ^(.*)$ https://blogdede.com/ $1 [R,L] {