Hi I am hoping someone can help me with this and it's not a major overlook on my part.
I have set up my first Ecommerce store for a client http://www.ewparts.co.uk/
using Streamline.net as thwe hosting provider, I purchased the additional SSL certificate offered and was given this "https://ewparts.ssl-01.com/"
I uploaded the entire site to the https site and now I just get the install option when I browse, I think the problem is with the configure,php files but I am at a loss as to what to change them to, I have tried several configurations to no avail.
Here is what I am using now from the non https site
INCLUDES\configure.php
define('HTTP_SERVER', 'http://www.ewparts.co.uk');
define('HTTPS_SERVER', 'http://www.ewparts.co.uk/');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', false');
\ADMIN\INCLUDES\configure.php
define('HTTP_SERVER', 'http://www.ewparts.co.uk');
define('HTTPS_SERVER', 'http://www.ewparts.co.uk');
define('HTTP_CATALOG_SERVER', 'http://www.ewparts.co.uk');
define('HTTPS_CATALOG_SERVER', 'http://www.ewparts.co.uk');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
Can anyone point me in the right direction to this, I'm have been searching around for answers for a few hours now to no avail.
I have disabled the install for the moment until I can get some idea of where I am going wrong.
Thanks





