Hello, for some reason my SSL padlock isn’t showing as secure.
I asked my host and they said it seems it is from the product configuration as each product redirects to http only.
Can someone help? Thank you in advance.
Solved! Go to Solution.
Hi @petebrewer
Well , as you mention that your host says all the products URL are redirecting http only , so meaning from your database secure and unsecure URL are still uses http
So to resolve the issue kindly , go into your database , open core_config_data table and change below path's values to https :
web/unsecure/base_url - https://yourwebsitedomainname/
web/secure/base_url - https://yourwebsitedomainname/
For more details refer this link - https://magento.stackexchange.com/questions/39752/how-do-i-fix-my-base-urls-so-i-can-access-my-magen...
Then check - it will works !
Hope it helps
Hi @petebrewer
Well , as you mention that your host says all the products URL are redirecting http only , so meaning from your database secure and unsecure URL are still uses http
So to resolve the issue kindly , go into your database , open core_config_data table and change below path's values to https :
web/unsecure/base_url - https://yourwebsitedomainname/
web/secure/base_url - https://yourwebsitedomainname/
For more details refer this link - https://magento.stackexchange.com/questions/39752/how-do-i-fix-my-base-urls-so-i-can-access-my-magen...
Then check - it will works !
Hope it helps
Brilliant, thank you!
Hi @petebrewer
Glad to know that you have resolved your issue , happy to help and keep helping others