I see HTTP mixed content found on my website. I recently did https. This is my site
when i load i still see http links for menu and base url.
I followed below steps still same.
https://support.hypernode.com/knowledgebase/change-baseurl-magento1/ and How to change base url from https://www.example.sg/ from https://www.example.sg/aaa?
Please help.
1 Answer 1
See table (core_config_data) in your database.
Search below paths under path column:
(web/unsecure/base_url) and set Url without https.
(web/secure/base_url) and set Url with https.
After that your website will work fine.
-
its works, in my setupMunesh Jalwani– Munesh Jalwani2019年11月27日 14:00:40 +00:00Commented Nov 27, 2019 at 14:00
-
If i switch both to https the admin login doesnt work. so i have kept unsecure url to http and secure to https. if you see in page source you will get base url still as http. even though i load site with https.Amol Bhandari SJ– Amol Bhandari SJ2019年11月27日 14:01:47 +00:00Commented Nov 27, 2019 at 14:01
-
Ok so now its fine for you, have checked in that table "core_config_data"Pradip Garchar– Pradip Garchar2019年11月27日 14:03:25 +00:00Commented Nov 27, 2019 at 14:03
-
its work for me!Munesh Jalwani– Munesh Jalwani2019年11月27日 14:14:36 +00:00Commented Nov 27, 2019 at 14:14
-
Ok Thanks and Don't forget to accept this answer , it will help othersPradip Garchar– Pradip Garchar2019年11月27日 15:03:31 +00:00Commented Nov 27, 2019 at 15:03