I am trying to redirect all the insecure HTTP
requests to HTTPS
on magento.
For example :
My site name is : http://www.mysite.nl/
I want to redirect it to : https://www.mysite.nl/
Also i want to redirect all its sub-pages and categories to HTTPS
.
For example :
Shop page is : http://www.mysite.nl/shop/
I want to redirect it to : https://www.mysite.nl/shop/
Here is my magento configuration for HTTPS
and I am sure there is no any issue with it. - http://prntscr.com/ah9o2p
My .htaccess
file :
http://textuploader.com/5no6v
I have tried to add some tweak in .htaccess
file but it doesnt work :
1. How to redirect all HTTP requests to HTTPS
Is there anyone help me on this?
Thank you!