Hi, I am getting concerned with my checkout and admin section, i am struggling to get anything to remotely look secured on the site without manually changing the url.
The URL is www.miscellanyshop.co.uk/shop/ Can someone have a look and see if I have missed anything please? Its driving me crazy!
My configure files look like...
andCode:define('HTTP_SERVER', 'http://www.miscellanyshop.co.uk'); define('HTTPS_SERVER', 'https://www.miscellanyshop.co.uk'); define('HTTP_CATALOG_SERVER', 'http://www.miscellanyshop.co.uk'); define('HTTPS_CATALOG_SERVER', 'https://www.miscellanyshop.co.uk'); // Use secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'true'); define('ENABLE_SSL_ADMIN', 'true');
Thanks people!Code:define('HTTP_SERVER', 'http://www.miscellanyshop.co.uk'); define('HTTPS_SERVER', 'https://www.miscellanyshop.co.uk'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'true');



