Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC Setup With SSL


Guest

Recommended Posts

OK, i know i know too many post!!!! lol ne ways i need help figuring something out? I need to know how excatly im suposed to setup my OSC with my SSL.... I have my SSL installed and working great, but now i need to know what files i have to have in my https and wich to have in my http, I don't want to start making my site until i know this is gonna work lol :P Thank

Link to comment
Share on other sites

OK, i know i know too many post!!!! lol ne ways i need help figuring something out? I need to know how excatly im suposed to setup my OSC with my SSL.... I have my SSL installed and working great, but now i need to know what files i have to have in my https and wich to have in my http, I don't want to start making my site until i know this is gonna work lol :P Thank

 

Search the forum and find thousands of answers!

 

/catalog/includes/configure.php

  define('HTTP_SERVER', 'https://www.yourdomain.tld'); 
 define('HTTPS_SERVER', 'https://www.yourdomain.tld');
 define('ENABLE_SSL', true); 
 define('HTTP_COOKIE_DOMAIN', 'www.yourdomain.tld');
 define('HTTPS_COOKIE_DOMAIN', 'www.yourdomain.tld');

 

/catalog/admin/includes/configure.php

  define('HTTP_SERVER', 'https://www.yourdomain.tld'); 
 define('HTTP_CATALOG_SERVER', 'https://www.yourdomain.tld');
 define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.tld');
 define('ENABLE_SSL_CATALOG', 'true'); 
 define('DIR_FS_DOCUMENT_ROOT', '/home/username/public_html'); 
 define('DIR_WS_ADMIN', '/catalog/admin/'); 
 define('DIR_FS_ADMIN', '/home/username/public_html/catalog/admin/'); // 
 define('DIR_WS_CATALOG', '/catalog/'); 
 define('DIR_FS_CATALOG', '/home/username/public_html/catalog/');

BACKUP your current files before editing. Did I mention to BACKUP your current files, first?

 

"I'm not a hero, I'm a firefighter; it is my job to save lives. I'm a Jesus Christ Firefighter saving souls from the flames!"

 

Installed contribs: Almost XP Buttons *** Attribute Sort *** Auto Thumbnail Change *** Column Product Listing (for SPPC v4.0) *** Contact Us Registered *** Country-State Selector 1.3.3J *** CC# Db Mask 1.3 *** Email Order Clickable Link *** Extra Images *** Linkpoint API CVM *** Loginbox Best *** New Spiders *** New Attrib Mgr v.5.0 w/ New Attrib Include *** Multi Product Update *** MySQL Cron *** Pricing per Category *** Product Listing in Columns v2.2 [later upgraded to CPL(SPPC)] *** Product Sort v1.6 *** Seperate Pricing Per Customer v4.15 *** Simple Down for Maintenance [Gokou] *** Ultimate_SEO_URLs_v2.2.2 *** UPS Worldship Export 1.3 *** Welcome Email username & password

Link to comment
Share on other sites

Search the forum and find thousands of answers!

 

/catalog/includes/configure.php

  define('HTTP_SERVER', 'https://www.yourdomain.tld'); 
 define('HTTPS_SERVER', 'https://www.yourdomain.tld');
 define('ENABLE_SSL', true); 
 define('HTTP_COOKIE_DOMAIN', 'www.yourdomain.tld');
 define('HTTPS_COOKIE_DOMAIN', 'www.yourdomain.tld');

 

/catalog/admin/includes/configure.php

  define('HTTP_SERVER', 'https://www.yourdomain.tld'); 
 define('HTTP_CATALOG_SERVER', 'https://www.yourdomain.tld');
 define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.tld');
 define('ENABLE_SSL_CATALOG', 'true'); 
 define('DIR_FS_DOCUMENT_ROOT', '/home/username/public_html'); 
 define('DIR_WS_ADMIN', '/catalog/admin/'); 
 define('DIR_FS_ADMIN', '/home/username/public_html/catalog/admin/'); // 
 define('DIR_WS_CATALOG', '/catalog/'); 
 define('DIR_FS_CATALOG', '/home/username/public_html/catalog/');

 

Thank

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...