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?
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.
tyn
Fix the source first.
BonnieC
Tyn:
How do we fix the source?