• From past few weeks every time I access my website by just typing entire domain name, I get this error The connection to "domain" is not secure.

    Even though I have SSL and added https redirect via htaccess (on multisite setup). My main site is getting redirected but no other sub-sites

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘The connection to “domain” is not secure’ is closed to new replies.