orbitus Posted January 14, 2007 Posted January 14, 2007 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
ddp Posted January 15, 2007 Posted January 15, 2007 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?
orbitus Posted January 15, 2007 Author Posted January 15, 2007 It is in your includes/configure.php fileLook 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.