RE: How do we get the link to our images which are currently http://www….. to https://www

The images for our website are currently showing as:

http://www.lexairsales.com/site/Images….

How do we change the http to be https?

BonnieC Rookie Asked on October 10, 2023 in How To's.

Fix the source first.

on October 10, 2023.

Tyn:

How do we fix the source?

on October 11, 2023.
Add Comment
3 Answers

There are two main ways to change HTTP to HTTPS:

  1. Install an SSL certificate. An SSL certificate encrypts data transmitted between your website and visitors’ browsers, making it more secure. To install an SSL certificate, you will need to purchase one from a certificate authority (CA) and then install it on your web server.
  2. Redirect HTTP traffic to HTTPS. Once you have installed an SSL certificate, you can redirect HTTP traffic to HTTPS. This will ensure that all visitors to your website are automatically taken to the HTTPS version of your site.
Beginner Answered on October 13, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.