Quote Originally Posted by barco57 View Post
How deep does the rabbit hole go?....when on the login page, which should be secure I see a base href of
Code:
<base href="http://www.sourcetech.co.uk/shop/" />
when ti should be
Code:
<base href="https://www.sourcetech.co.uk/shop/" />
That is causing all of the stylesheets and images on the page to be called unsecure on the secure page.
If your ZC is configured properly, the base url should change dynamically.

includes/configure.php

secure checkout set to true?


admin/includes/configure.php ssl catalog false?

~Melanie