I want to redirect my entire pages on https on my magento 1.7.0.2 website. On the admin under System >> Configuration >> Web, under the unsecure tab I set the base url as http://www.xyz.com and under the secure tab its https://www.xyz.com. Also i have set the below field as :
Use Secure URLs in Frontend : Yes Use Secure URLs in Admin : No Offloader header : SSL_OFFLOADED.
I am not sure whether i need to add any extra code in .htaccess file or not. But by these, still my shows were open with http not https.
And also When i set https under the base url(unsecure), then it working fine. But it redirect to the homepage if we try to open any product page with http.
So please advise if someone can help me out.