bunny Posted November 23, 2003 Posted November 23, 2003 Hello, my host is ipowerweb! I tried to enable SSL in my website, but after enabling, my shopping cart turned into other format, but same content! what can I do? I've read many topics about SSL! Do I have to do the "double installation for my files"? I've been working on this for 2 days, please help!
chfields Posted November 23, 2003 Posted November 23, 2003 I tried to enable SSL in my website, but after enabling, my shopping cart turned into other format, What other format?? Are you using shared or did you buy their certificate???
bunny Posted November 24, 2003 Author Posted November 24, 2003 I'm using shared SSL. what I meant is after enabling, the fonts and the colour are changed, can you tell me what? when I click on "create new account", it doesn't work! it only works on http, not https! Why? any suggestions? thanks!
chfields Posted November 24, 2003 Posted November 24, 2003 Do you have the SSL configured properly??? Your catalog/includes/configure.php should look like this except with your url's define('HTTP_SERVER', 'http://www.mrsfieldsgoodies.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host73.ipowerweb.com/~mrsfield'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.mrsfieldsgoodies.com'); define('HTTPS_COOKIE_DOMAIN', 'host73.ipowerweb.com/~mrsfield'); define('HTTP_COOKIE_PATH', 'www.mrsfieldsgoodies.com/'); define('HTTPS_COOKIE_PATH', 'host73.ipowerweb.com/~mrsfield/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); Admin define('HTTP_SERVER', 'http://www.mrsfieldsgoodies.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.mrsfieldsgoodies.com'); define('HTTPS_CATALOG_SERVER', 'https://host73.ipowerweb.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/mrsfield/public_html/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/mrsfield/public_html/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/mrsfield/public_html/'); // absolute path required
bunny Posted November 24, 2003 Author Posted November 24, 2003 Thanks, however, where can I change the part of Admin? I've changed the upper part and updated, but when I check up again, I can't find any updates? why?
bunny Posted November 24, 2003 Author Posted November 24, 2003 THANKS A LOT! It's fixed now! However, why I can click to "create an account"?
chfields Posted November 24, 2003 Posted November 24, 2003 admin/includes/configure.php also a link would be nice..
bunny Posted November 24, 2003 Author Posted November 24, 2003 oops, sorry it's a typo! should be "I can't click to create an account"? thanks!
stu_barber Posted November 25, 2003 Posted November 25, 2003 define('HTTPS_CATALOG_SERVER', 'https://host73.ipowerweb.com'); I have installed SSL successfully but at the moment have the above blank. What are the implications of that, does this mean that my catalog isnt accessed over a secure line? Stuart
Recommended Posts
Archived
This topic is now archived and is closed to further replies.