skip to Main Content

WordPress: Force HTTPS using .htaccess

Problem Using .htaccess to force HTTPs on my Wordpress site does not work Tried solution On my Wordpress site I have the following .htaccess code <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond…

VIEW QUESTION
Back To Top
Search