Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin or Catalog Config files


adamx8

Recommended Posts

I think I may have been confused. So you setup SSL in the Admin or Catalog config.php files? Or both? I want to give it another try to get the security working with my shared SSL today. Anyone have an example of what to plug in so just the log in and check out is secure and not the rest? Any help is better than none. Thanks

 

Adam

Link to comment
Share on other sites

I think I may have been confused. So you setup SSL in the Admin or Catalog config.php files? Or both? I want to give it another try to get the security working with my shared SSL today. Anyone have an example of what to plug in so just the log in and check out is secure and not the rest? Any help is better than none. Thanks

 

Adam

 

I have it in both config.php files.

 

define('HTTP_SERVER', 'http://pcs-alaska.com'); // should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://pcs-alaska.com');

define('HTTPS_CATALOG_SERVER', 'https://pcs-alaska.com');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

Good Luck,

Tim

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...