Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Some seriious SSL issues, help needed!!


RobbA

Recommended Posts

Posted

ok, I had my store setup and working just fine. Before I open to the public I went ahead and got an SSL certificate. My webhost uses some cheesy control panel, and I was not having much luck, I put in a trouble ticket with them, and had them go ahead and secure the whole site. In other words everthing under www.mydomain.com now comes up by default as an https site now. Not sure if this will cause a problem or not, but i dont think this is an ideal situation. Right now my site comes up, but no images display, and the style sheet does not seem to be getting called. I dont not have my store setup in the root directory, its located in a /shop directory. I think I have tried about every combo I can think of in the config file but here is it how looks right now. I need suggestions, help, tips!!!

 

  define('HTTP_SERVER', 'http://foremanstore.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://foremanstore.com/shop/');
 define('HTTPS_CATALOG_SERVER', 'http://foremanstore.com/shop/');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
 define('DIR_FS_DOCUMENT_ROOT', '/hsphere/local/home/rallen/foremanstore.com/shop/'); // where the pages are located on the server
 define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required
 define('DIR_FS_ADMIN', '/hsphere/local/home/rallen/foremanstore.com/shop/admin/'); // absolute pate required
 define('DIR_WS_CATALOG', '/shop/'); // absolute path required
 define('DIR_FS_CATALOG', '/hsphere/local/home/rallen/foremanstore.com/shop/'); // absolute path required
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
 define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
 define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
 define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
 define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
 define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

Thank you!

Archived

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

×
×
  • Create New...