Guest Posted October 10, 2006 Posted October 10, 2006 hi all, i have a alot of pages that dont work (Page cannot be found). These include: login.php create_account.php all of the php files to do with accounts or checkout arent working via the links can someone help me fix this asap please. thanks.
Guest Posted October 10, 2006 Posted October 10, 2006 hi all,i have a alot of pages that dont work (Page cannot be found). These include: login.php create_account.php all of the php files to do with accounts or checkout arent working via the links can someone help me fix this asap please. thanks. i've found the problem... when i click the link to 'create an account' or 'login' or whatever, it links to the website https://enigmaauto.com/create_account.php note the httpS? when i delete the 's' > http://enigmaauto.com/create_account.php it seems to work fine. why is it linking to https? and how do i change it?
SometimesConfused Posted October 10, 2006 Posted October 10, 2006 i've found the problem...when i click the link to 'create an account' or 'login' or whatever, it links to the website https://enigmaauto.com/create_account.php note the httpS? when i delete the 's' > http://enigmaauto.com/create_account.php it seems to work fine. why is it linking to https? and how do i change it? The S is for security (you'd need a secure site certificate to encrypt your customers' data). Otherwise, you can go into catalog/includes/configure.php and edit the line that is similar to: define('HTTPS_SERVER','https://www.yourdomainhere.com'); into: define('HTTPS_SERVER','http://www.yourdomainhere.com'); Hope that helps!
Guest Posted October 10, 2006 Posted October 10, 2006 The S is for security (you'd need a secure site certificate to encrypt your customers' data). Otherwise, you can go into catalog/includes/configure.php and edit the line that is similar to: define('HTTPS_SERVER','https://www.yourdomainhere.com'); into: define('HTTPS_SERVER','http://www.yourdomainhere.com'); Hope that helps! thanks for the help. how do i get a secure site certificate?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.