Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help with SSL installed


bunny

Recommended Posts

Posted

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!

Posted
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???

Posted

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!

Posted

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

Posted

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?

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...