• I’m setting up a WordPress multisite install with domain mapping and am wondering if there’s any way of enabling the SSL only for the main domain :

    I have: https:/domain.com/blogsite mapped to https://blogsite.com

    I want: https:/domain.com/blogsite mapped to http://blogsite.com (without SSL)

    My main domain can have the SSL and it works fine… but other domain names mapped to that dedicated IP can’t use the main domain’s SSL.

    I forced ssl/https for entire the Network via htaccess

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  • The topic ‘SSL and domain mapping in multisite’ is closed to new replies.