Hi, I’m getting the “not secure” site at the top of my URL and Whynopadlock is showing a slew of errors, and I don’t know how to fix them.
The site is just a simple placeholder homepage with a few .png files, using Blocks.
I changed my theme from Blocksbox5 (which is old) to Blanktheme, and the errors tripled. The site is incredibly bloated.
The SSL connection passed except for Force HTTPS. I tried both of these codes in “Edit .htaccess File”:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.(.)$ [NC]
RewriteRule ^(.)$ https://%1%{REQUEST_URI} [R=301,QSA,NC,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} nameofthesite.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.nameofthesite.com/$1 [R,L]
Neither of those are forcing the https site.
Rapidweaver 8’s FTP has been nonfunctional for me to begin with, using old settings from old RW versions, and trying the variables. I can’t even get a test sign in to work. Exporting to a local folder works, and I can use Cyberduck or my hosts WebFTP.
This is all getting into areas I used Rapidweaver to avoid.
Whynopadlock finds the following errors:
Mixed Content - Errors
Hard Failure
A style-sheet with an insecure url of “http://nameofthesite.com/rw_common/themes/blanktheme/consolidated-0.css” was loaded on line: 16 of https://www.nameofthesite.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Hard Failure
A script with an insecure url of “http://nameofthesite.com/rw_common/plugins/Blocks/fixbox.js” was loaded on line: 41 of https://www.nameofthesite.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Hard Failure
A script with an insecure url of “http://nameofthesite.com/rw_common/themes/blanktheme/javascript.js” was loaded on line: 218 of https://www.nameofthesite.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Hard Failure
A script with an insecure url of “http://nameofthesite.com/rw_common/themes/blanktheme/scripts/jquery-3.3.1.min.js” was loaded on line: 219 of https://www.nameofthesite.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Hard Failure
A script with an insecure url of “http://nameofthesite.com/rw_common/themes/blanktheme/scripts/scripts.min.js” was loaded on line: 220 of https://www.nameofthesite.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Hard Failure
A script with an insecure url of “http://nameofthesite.com/rw_common/themes/blanktheme/custom.js” was loaded on line: 221 of https://www.nameofthesite.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Soft Failure
An image with an insecure url of “http://nameofthesite.com/rw_common/themes/blanktheme/images/blank.gif” was loaded on line: 38 of https://www.nameofthesite.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Form Failure
A form with the action of “http://www.jotform.com/submit.php” exists in the source code of the tested page.
This form needs to be updated to use “https://www.jotform.com/submit.php” or another secure URL for your padlock to return.
I can delete the form. That’s about the only thing I can fix here.
If the Blocks plugin and the Themes are giving errors, I don’t have the first clue what can be fixed.
What can I do here?