Install SSL for Multisite website N want redirecting all links frm http to https
-
Hi hello…i m using multisite for my wordpress website with 11 sub-domain directories. Today i bought the ssl certificate. I have added the codes in .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.smartzworld.com/$1 [R,L] </IfModule>
and in wp-config above /* That’s all, stop editing! Happy blogging. */ i have added
define(‘FORCE_SSL_ADMIN’, true);
and also i have installed wordpress https plugin. i found few errors like
1) only my main domain is with https://www.smartzworld.com my other subdirectories ex: https://www.smartzworld.com/videos/ are not with https://
2) In admin panel when i click on visit site it showing as “image“
3) i didn’t found canonical link to change to links from https:// to https:// in network admin panel >> settings >> Network setting >> and also in main site >> setting >> general >>. how to change my canonical link ??
4)how to change my all my site links from https:// to https:// ??Thank you in advance … hope i will get the best answers =D.
- The topic ‘Install SSL for Multisite website N want redirecting all links frm http to https’ is closed to new replies.