Redirect your WordPress blog to https

One of the things you need to do in order to redirect from HTTP to HTTPS is to add this into your .htacess file at the root level of your WordPress install.


RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

A couple more things you need to do can be found at this site:
https://websitesetup.org/http-to-https-wordpress/

j2networks family of sites
https://j2sw.com
https://startawisp.info
https://indycolo.net
#packetsdownrange #routethelight

Discover more from Justin Wilson (j2sw)

Subscribe to get the latest posts sent to your email.