I have installed an SSL certificate on my OC website. I have enabled the SSL from System Settings. I have also edited the admin/config.php file so that the HTTPS_SERVER and HTTPS_IMAGE lines are https, not http. Finally, I added a .htaccess file to the admin folder, which is:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://www.mystoreurl.com/store/admin/ [R]
When I open my website, flameslongton.co.uk, in Google Chrome, I get a red HTTPS prefix on the address bar, and a red line though it. When I open the website in IE9, the images are not present, and all the formatting seems to have disappeared. There is a message which says 'Only secure content is displayed'. There is a button next to this message which says 'Show all content'. If I open the website in Firefox, I get a message saying 'This connection is untrusted' - I then have to add the website to an exception list to access it.
Is there any way to avoid getting all these 'unsafe website' messages from each of these browsers? Have I not installed the certificate properly, or have I missed something? Please help!
Also, with the .htaccess file I added above, I cannot access the admin login page using a http address, it forces the webpage to open as https. Is there any way to do this for the rest of the site? As currently, I can just enter http://www.flameslongton.co.uk and this will not load the SSL secured version.
Finally, if I enter 'flameslongton.co.uk' as the address and press enter, the address automatically changes to https://flameslongton.co.uk/store. This is due to a domain redirect on my cPanel. But if I then navigate to any other link on the site, eg My Account, the https changes to http. How can I make the site secure wherever I may go? Especially if I wanted to login on the My Account page?
Sorry for all the questions, but we all have to start somewhere

Naz
Thanks