Posted - 02/04/2022 : 12:25:02
Hi I have recently upgraded to https but I am having some issues with it working properly. In the browser it shows it is secure for my products.php , about.php , contact.php , wholesale.php etc... But for my index.php and proddetail.php it is saying at least in my firefox browser "parts of this page are not secure (such as images)"
Ive entered this into my .htaccess file RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
and from what I can see at least on my index page and I assume its the same for my proddetail page - I have the images written out like this: <img src="images/cflogo.png" width="100" height="43"></li>
so none of them are http://images/cflogo.png
website: https://www.sozobeardco.com/
Any Ideas?
Edited by - Justin M on 02/04/2022 12:25:59
|