RvSitebuilder is the easiest to make a secure site with a Padlock in the URL bar.
After updating your website the next step is to Publish. Popup windows lists the URL to publish to, simply change HTTP:// to HTTPs:// using the dropdown menu, publish and WA-LA.
May need to force https, Most sites can be corrected using a rewrite rule added to your .htaccess in cPanel File manager. Add the following text between to # marks to your .htaccess file. VERY IMPORTANT:: replace the text MyWebsite.txt with your domain name.
## RewriteEngine On RewriteCond %{HTTP_HOST} MyWebsite\.txt [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ <a href="https://mnmighty10thdistrict.org/$1">https://MyWebsite.txt/$1</a> [R,L] ##Retest by going to https://whynopadlock.com