I had developed website in Magento 2.3 but by default it is coming with http only and now my requirement is by default it has to open with https only.
I had developed website in Magento 2.3 but by default it is coming with http only and now my requirement is by default it has to open with https only.
Solved! Go to Solution.
HI @sekhar_n,
Update base url with https in the magento admin for unsecure and secure url both to forcefully redirection on https.
Admin->Store->Configuration->General->Web->BaseUrl = "https://xxx.com"
Admin->Store->Configuration->General->Web->BaseUrl (Secure) = "https://xxx.com"
and
I hope it will help you!
HI @sekhar_n,
Update base url with https in the magento admin for unsecure and secure url both to forcefully redirection on https.
Admin->Store->Configuration->General->Web->BaseUrl = "https://xxx.com"
Admin->Store->Configuration->General->Web->BaseUrl (Secure) = "https://xxx.com"
and
I hope it will help you!