cancel
Showing results for 
Search instead for 
Did you mean: 

How to open website with https only?

SOLVED

How to open website with https only?

0
 

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to open website with https only?

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!

View solution in original post

1 REPLY 1

Re: How to open website with https only?

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!