I re-installed my ZenCart. So I'm back to square one.
With this new installation I have only modifed two files:
/store/includes/configure.php
PHP Code:
define('ENABLE_SSL', 'true');
and in
/store/admin/includes/configure.php
PHP Code:
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
This is all I need to do right?
When I start up my store, I can see it again, but the default store front but there is no "https".
When I go into admin, there is no "https".
Is this SSL configuration working in this version? or am I just missing another step?