Domainde SSL var ise;
Options All -Indexes
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

Domainde SSL yok ise;
Options All -Indexes
RewriteEngine On
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R,L]

kodu htaccess te en alta koy,
aynı tarzda yönlendirmeleri "#" ile kapat; WordPress miş herşeyden önce yedek al