Jump to content

How can I change the product links to be HTTPS instead of HTTP?


pandaffu

Recommended Posts

Hi!,

I have problem with images on my website when SSL is turned on making them very big and not how they should be displayed. Is it because the links surrounding the images are in HTTP and not HTTPS (please see images for reference)? If so, how can I change the links to https instead of http? Can anyone help me please? I'm attatching the console log so you can see the errors.

I would like to add that I've added following code to .htaccess to force HTTPS.

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


<FilesMatch ".php">
SetHandler "proxy:unix:/usr/local/php56-fpm/sockets/serwer117032.sock|fcgi://localhost"
</FilesMatch>


Here is the link to the website: https://bio-freeze.pl/

PrestaShop version: PrestaShop™ 1.4.4.1
 

image.png

image.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...