Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#61 2018-10-06 17:27:41

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: http to https in textpattern

Maybe this could be of help or if you are in webfaction check out their instructions here.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#62 2018-10-07 20:23:56

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 116
Website

Re: http to https in textpattern

This works for me (although I add www rather than remove it):

RewriteEngine on

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

Offline

#63 2018-11-12 22:25:50

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,075
Website Mastodon

Re: http to https in textpattern

I forgot to update my post: I now have HTTPS working tickety-boo on my Webfaction hosted domains.

They now have easy LetsEncrypt working.

And it’s dead simple to have redirects in place.
this explains it all


…. texted postive

Offline

Board footer

Powered by FluxBB