Everyone keeps saying Cloudflare but you keep brushing it off. Cloudflare is the easy way. Go do your hours of work.
CLOUDFLARE HAS A BUTTON FOR THIS
You said "connect to cloudflare..."
I'm looking to do a simple thing here, I don't wanna connect to anything. I don't connect to things if I can do it without connecting. I don't install plugins if I can do it without a plugin.
And the other user that mentioned cloudflare was talking about wordpress.
I still don't see how cloudflare would help me. Even if it could, figuring it out would probably take as much time as it would take me to do it manually, and it would be a headache.
I'll take hard work over a headache any day. I'll do it manually and fix it.
Okay, I finished the first site.
whynopaddlock.com was great help. I used it to figure out what I needed to fix and to get the code for forcing HTTPS.
What wasn't forced into HTTPS I went through and changed into https manually. About 200+ pages actually, Most of them had 4 links each that needed to be changed, and a few had about 10-20 links.
All done now. Now I'll do my second site. Smaller site, should be much faster.
Ran into a problem (like always). Adding the code in htaccess to force HTTPS would mess up the formatting on the admin side of the site. I have no idea why. After a bit of research I discovered I can Exclude a directory from having HTTPS forced on it. So I excluded the Admin directory, and it worked!
I also noticed I never excluded /index.php from the URL on this website. Ah, always something missed. So I took care of that in htaccess too. Sweet.
The photo for my logo is a CSS background image. Tried to hide from me. Had a bit of a hard time finding it because there's some jquery or some madness on this site, and so the image is called from a different file, but the name is not there, and... hard to explain... I fixed it
I also had this link be http -
http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js
I accessed the link as http, and I accessed it as https, it displays the exact same code. So I hope changing this to https isn't gonna mess up any functions on my site. We'll see. Everything looks fine for now, at least in terms of formatting/design.
The other pages (about, services, contact us, etc) also needed some manual editing to change some photos from http to https. Done and done!
It's done. Second site SSL'd up the ass. Green, money, good
Now site 3
@phantasma, Fantasma, are you Greek?
I did my 3rd site. This one is wordpress. I fixed it WITHOUT using any plugins. Feels good. I only used the "Better Search Replace" plugin to replace shit in the database, and I removed the plugin when I was done.
I followed this tutorial -
https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
I also used whynopadlock.com and the knowledge I obtained yesterday in implementing this stuff on my other 2 sites.
Now my 4th site. This one may get complicated. The site is wordpress and pretty big in content and photos and files, and the site has been a headache ever since I created it a few years ago.