One click http to https change htaccess file (full website url change http to https ) on October 05, 2018 Get link Facebook X Pinterest Email Other Apps Code:- RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://www.domain.com/$1 [L,R=301] Comments
Comments
Post a Comment