martyj Posted April 4, 2017 Posted April 4, 2017 So in 'Murica land there is a big push to have HTTPS set for domain names since ISPs can now sell your data. I would like Leadwerks to have full support for HTTPS. How? Well, Let's Encrypt! https://letsencrypt.org/ 100% free. You can set it up to auto-renew. 3 Quote
martyj Posted April 4, 2017 Author Posted April 4, 2017 If https://martyj.net will work in your browser, let's encrypt will. (No content on that page BTW) Quote
Josh Posted April 4, 2017 Posted April 4, 2017 A lot of the site defaults to SSL now: https://www.leadwerks.com/ The community area requires an update of the forum software, which I am waiting on. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Ma-Shell Posted April 4, 2017 Posted April 4, 2017 Actually you can access the forum in HTTPS, as well. But most links have "http://" in their "href"-field, and thus will route you to the unencrypted pages. Quote
martyj Posted April 8, 2017 Author Posted April 8, 2017 Just dropping this here: RewriteEngine on RewriteCond %{SERVER_NAME} =leadwerks.com [OR] RewriteCond %{SERVER_NAME} =www.leadwerks.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.