X_Defrag_X Posted April 30, 2009 Posted April 30, 2009 Hello everyone, Im trying to fix up the "FILENAME_CATALOG_ACCOUNT_HISTORY_INFO" part of my orders.php When a customer places an order, the first "Order Process" email i get is fine. The "Detailed Invoice" URL is correct. "https://www.cheapbargains...." However, when i do a status update, the "Detailed Invoice" URL changes and just has "https://cheapbargains...." Now this wouldnt seem like a big problem normally, but my SSL certificate is only registered to "www.cheapbargains..." and when directed to "https://mydomain..." it presents the following: "cheapbargains.com.au uses an invalid security certificate. The certificate is only valid for www.cheapbargains.com.au (Error code: ssl_error_bad_cert_domain)" Now the easiest way for me to fix this seems to be to get the order update email to add the www. and all will be fine. Any suggestions?? Thanks. Reece
BryceJr Posted April 30, 2009 Posted April 30, 2009 Make changes to your configure.php file for your admin. define('HTTPS_SERVER', 'https://www.cheapbargains.com.au');
X_Defrag_X Posted April 30, 2009 Author Posted April 30, 2009 Make changes to your configure.php file for your admin. define('HTTPS_SERVER', 'https://www.cheapbargains.com.au'); cheers, all fixed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.