Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change all SSL links


orbitus

Recommended Posts

Posted
This has to be a lot simpler than I think it is, I am trying to change all SSL links on my site from https://mysite.com to https://www.mysite.com

 

my SSL certificate is with the www. so if I cant change these I will have issues with Internet Explorer.

 

Thanks in advance,

Chris

 

It is in your includes/configure.php file

 

 

Look for this line near the top:

 

define('HTTPS_SERVER', 'https://yoursite.com');

 

change to:

 

define('HTTPS_SERVER', 'https://www.yoursite.com');

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Posted
It is in your includes/configure.php file

Look for this line near the top:

 

define('HTTPS_SERVER', 'https://yoursite.com');

 

change to:

 

define('HTTPS_SERVER', 'https://www.yoursite.com');

 

That did it, except my pictures are not showing up. shouldnt they be working by default?

 

Chris

Archived

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

×
×
  • Create New...