I can not open ssl for my website.
I have set includes/confirgure.php
as this
PHP Code:// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
But. you see http://www.envyfactory.com
all the products is not https
Pls helpme .
I can not open ssl for my website.
I have set includes/confirgure.php
as this
PHP Code:// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
But. you see http://www.envyfactory.com
all the products is not https
Pls helpme .
The SSL is working correctly on your site. The https form of the url is only used on pages that require it such as the checkout process. Product pages use http. I added a product to the shopping cart and the https was used once i went to checkout.
But when I open my website by IE, it will display there are unsafe Content. I kown some tracking code begain with http will cause this. But my website hve no any js code. Pls help me.