guanaco Posted April 4, 2007 Posted April 4, 2007 :'( Help I'm new using oscommerce I'm trying to install but I don't know about the cookie path what is that mine?
Neon Phoenix Posted April 5, 2007 Posted April 5, 2007 You shouldn't have to worry about the cookie path. It just needs to stay a slash. If you look in configure.php it should be something like this. define('HTTP_COOKIE_DOMAIN', 'www.yoursite.com'); define('HTTPS_COOKIE_DOMAIN', 'www.yoursite.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); or if you have OSCommerce in another directory (lets say the default catalog) define('HTTP_COOKIE_DOMAIN', 'www.yoursite.com/catalog'); define('HTTPS_COOKIE_DOMAIN', 'www.yoursite.com/catalog'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.