ray_then0116 Posted August 2, 2006 Posted August 2, 2006 hi, Is osCommerce have SSL module?If yes then how i configure it with SSL certiicate? Thanks Quote
Jack_mcs Posted August 2, 2006 Posted August 2, 2006 No, you either need to purchase one or use your hosts shared one, if they offer it. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
ray_then0116 Posted August 4, 2006 Author Posted August 4, 2006 No, you either need to purchase one or use your hosts shared one, if they offer it. Jack hi Jack, thanks for your information, if i buy it then how i configure it with oscommerce? thanks for your advance have a nice day Quote
Jack_mcs Posted August 4, 2006 Posted August 4, 2006 There are a few lines in the configure file you need to change. You can post your configure file here, without the sensitive data, and someone will show you what is needed. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
ray_then0116 Posted August 7, 2006 Author Posted August 7, 2006 There are a few lines in the configure file you need to change. You can post your configure file here, without the sensitive data, and someone will show you what is needed. Jack hi jack Means oscommerce support SSL but dun hav SSL module rite?what i need is to buy a SSL certificate rite? means is my config.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'localhost'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/shoppingcart/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/shoppingcart/catalog/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', 'c:/program files/easyphp1-8/www/shoppingcart/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); thanks for your advance Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.