eddie121 Posted January 17, 2006 Posted January 17, 2006 Hello I have just setup a new shopping cart. Only i cannot add products to the cart because i get the cookie_usage.php error This is my config: define('HTTP_SERVER', 'https://www.wetunderfoot.com'); define('HTTPS_SERVER', 'https://www.wetunderfoot.com'); define('ENABLE_SSL', 'true'); define('HTTP_COOKIE_DOMAIN', 'https://www.wetunderfoot.com'); define('HTTPS_COOKIE_DOMAIN', 'https://www.wetunderfoot.com'); define('HTTP_COOKIE_PATH', '/shop/'); The site is at https://www.wetunderfoot.com/shop Thanks guys!
♥Vger Posted January 17, 2006 Posted January 17, 2006 define('HTTP_SERVER', 'http://www.wetunderfoot.com'); define('HTTPS_SERVER', 'https://www.wetunderfoot.com'); define('ENABLE_SSL', 'true'); define('HTTP_COOKIE_DOMAIN', 'www.wetunderfoot.com'); define('HTTPS_COOKIE_DOMAIN', 'www.wetunderfoot.com'); If you make your HTTP_SERVER address https as well then you'll never get search engine ranking, because they don't rank https pages. Vger
eddie121 Posted January 18, 2006 Author Posted January 18, 2006 hmm, that means i need a copy in httpdocs aswell correct? :S Confused lol! Do you have MSN Messenger? maybe you could add me and give me a hand? edward[at]hotmail.co.uk THanks mate
eddie121 Posted January 20, 2006 Author Posted January 20, 2006 If anyone can help, and i can fix it based on their help, i may be able to pay !!!
Guest Posted January 20, 2006 Posted January 20, 2006 Are you running on the two folder system? If you are, check with your server company and they can do something like what is mentioned here... SSL installation Problem Once you get that done, follow the changes as Vger suggested or as your server company suggests.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.