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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019
06:15 PM
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019
06:22 PM
08-21-2019
06:22 PM
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!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019
06:22 PM
08-21-2019
06:22 PM
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!