Because I use PayPal and need top speed my site I decided I do not need SSL.
I cancelled the SSL certificate yesterday and I updated config.php:
/ site_www_root is the web address (URL) to the root of your store.
// This URL should take you to the location that you uploaded your cart page to (store.php by default).
$site_www_root = 'http://www.malikonline.co.uk';
// site_isp_root is the path to your store's root, from the server's directory structure
// This path should point to the location that you uploaded your cart page to (store.php by default).
// Note: DO NOT specify a URL for this setting, specify a server specific path
$site_isp_root = '/homepages/20/d####/malikonline/MKstore';
// site_secure_root is the web address (URL) to the root of your store using SSL (https://).
// This is for secure transactions. If your server does not support SSL, then make this variable the same as site_www_root
$site_secure_root = 'http://www.malikonline.co.uk';
// cart_page is the default name of your main store file, which is used to display your store.
// it is usually set to '/store.php'. when first installed.
$cart_page = '/store.php';
Yet, when a visitor wants to create an account the browser still seeks https://www.malikonline.co.uk.
I can remove the 's' but customers don't know about this - what is the solution to getting a standard htp please?


Reply With Quote
