[Pro] Move website from http to https

Is there a “global” method to migrate my Freeway 7 Pro website from http to https? I have GoDaddy hosting, and it looks like I can go into my account there and easily redirect all http to https.

But how do I change all my currently ~425 Freeway Pro 7 webpages from http to https before 301 redirecting to https? Thanks for any advice.

http://www.jimfeeney.org


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Jim,

I faced this a while ago (see the thread entitled “Hosting Companies”). Not sure how GoDaddy is implementing the certificates. I hope it is using LetsEncrypt rather than offering a shared SSL certificate.

Steve


freewaytalk mailing list
email@hidden
Update your subscriptions at:

You need to instruct visitors to your site to load the site using https://. Otherwise anyone can load the site without https. Typically links from google or other old links to your site.

You’d need (for a start) to add a .htaccess file and include the following…

RewriteEngine On
RewriteCond %{ENV:HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Then make sure any linked resources in your site loads under https:// also


David Owen { Freeway Friendly Web hosting and Domains }

http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk

On 3 Dec 2017, at 01:10, Jim Feeney email@hidden wrote:

Is there a “global” method to migrate my Freeway 7 Pro website from http to https? I have GoDaddy hosting, and it looks like I can go into my account there and easily redirect all http to https.

But how do I change all my currently ~425 Freeway Pro 7 webpages from http to https before 301 redirecting to https? Thanks for any advice.

http://www.jimfeeney.org


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thanks, Steve and David. I’ll look into this input.


freewaytalk mailing list
email@hidden
Update your subscriptions at: