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

To redirect HTTP traffic to HTTPS, you can use a variety of methods, including:

  • Updating your website’s code. You can manually update your website’s code to redirect HTTP traffic to HTTPS. This is the most secure option, but it can be complex and time-consuming.
  • Using a plugin or extension. There are a variety of plugins and extensions available for popular content management systems (CMS) that can redirect HTTP traffic to HTTPS. This is the easiest option, but it may not be as secure as manually updating your website’s code.
  • Using a web server configuration. You can configure your web server to redirect HTTP traffic to HTTPS. This is a good option if you are comfortable with configuring your web server.
Beginner Answered on October 13, 2023.
Add Comment

Your Answer

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