pandaffu Posted October 21, 2021 Share Posted October 21, 2021 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 Link to comment Share on other sites More sharing options...
pullidea-dev Posted October 22, 2021 Share Posted October 22, 2021 Please enable SSL on Shop parameters > General Link to comment Share on other sites More sharing options...
pandaffu Posted October 22, 2021 Author Share Posted October 22, 2021 (edited) How can I enable SSL for all pages on prestashop 1.4.4.1? I can only enable it in the settings panel for checkout and login. Edited October 22, 2021 by pandaffu (see edit history) Link to comment Share on other sites More sharing options...
pandaffu Posted October 24, 2021 Author Share Posted October 24, 2021 Can anyone help please? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now