SSL only shows on home page and in other pages it is seen as unsecured | PLEASE HELP

Hi

If I visit homapage ( seyara.co.uk) I can see padlock but if I visit any other pages such as registeration and checkout I don’t see no pad lock. it says unsecure.

I HAVE NO IDEA WHAT TO DO.

Please help.

my website is: www.seyara.co.uk

Did you activate the ssl encription in the basic settings > shop settings? If this flag isn’t set, the shop will provide every link without ssl.

Yes there is only one option ( SSL Support ) which I have ticked it. 

I read in documents that when you tick that box other options should appear but NO OTHER OPTION APPEARS WHEN I TICK THAT BOX.

Please help me if you can to fix it.

You only need to activate the checkbox. There is nothing more (threre were more options in the past, but those are not necessary any more).

There is no „automatic redirect“ when opening a page with http:// - you will need to add a rewrite rule to your server (.htacces or nginx) to redirect every http:// request to https://.

During my tests everything worked fine on your site - opening https://seyara.co.uk will provide every url in https://. When opening the site with http:// only the next steps will be https:// until you add the redirect to your server configuration.

but what shill I change in the htaccess please?

This is my current htaccess settings…

Https config for the backend

#RewriteCond %{HTTPS} !=on
#RewriteRule backend/(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Hi. Thanks for your help but it has started to work now.

if you dont mind can I ask a few more questions from you . I need some more help.