We have enabled for all websites an Auto SSL security making your website an HTTPS: safe for visitors which is required for search engine indexing.
For Securing RvSitebuilder and ProcessWire sites, please visit their category.
Generic, Most sites can be corrected using a rewrite rule added to your .htaccess in cPamel 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] ##SEE ProcessWire or RvSitebuilder section for HTTPS correction.