I ınstalled a Comodo Positive SSL about 3 hours ago. And i made the changes in admin panel for using https.
But ı have that problem when i changed to https, all images, css and js stop working. And when i see the source of page all these images and css are still comes from http links. For short front end layout is not shown well. I looked people if they had same problem before, like me but only found irrelevant stuff and basic things to made only pull visitors. This is bad really.
How can i do that? Site is solempet.com
-
did you clear the cache and are you sure the media URLs in the backend are set to secure?Sander Mangel– Sander Mangel2014年11月07日 22:38:47 +00:00Commented Nov 7, 2014 at 22:38
1 Answer 1
If you want you site to always use https then you simply need to change the secure and the unsecured URL's to use https via the admin configuration section.
System->Configuration->Web->Secure/Insecure
This will then make sure that any URL that Magento generates will be over https. After making this change you will probably need to re-index and clear your cache.
-
this is what I did, and it worked for me. Running a static content deploy would also help regenerate some of those files in https.styzzz– styzzz2017年07月26日 18:58:49 +00:00Commented Jul 26, 2017 at 18:58