captfc Posted August 21, 2006 Share Posted August 21, 2006 Just did a basic install with this cart: http://www.cutestuffdesigns.com/catalog/ When I click on anything account related it redirects me to www.appquilts.com, some drop shipment site that hasn't been active in over a year. Does anyone know why this happened and how I can fix it? The first time I became aware of appquilts.com was when I tried to create a test account. Thanks in advance! -Kevin Link to comment Share on other sites More sharing options...
captfc Posted August 21, 2006 Author Share Posted August 21, 2006 Just did a basic install with this cart:http://www.cutestuffdesigns.com/catalog/ When I click on anything account related it redirects me to www.appquilts.com, some drop shipment site that hasn't been active in over a year. Does anyone know why this happened and how I can fix it? The first time I became aware of appquilts.com was when I tried to create a test account. Thanks in advance! -Kevin I forgot to add that the urls http://www.cutestuffdesigns.com/catalog/account.php http://www.cutestuffdesigns.com/catalgo/ch...ut_shipping.php http://www.cutestuffdesigns.com/catalog/login.php http://www.cutestuffdesigns.com/catalog/create_account.php All redirect to some site I have never seen before. This really perplexes me. Link to comment Share on other sites More sharing options...
Andrew Yuen Posted August 21, 2006 Share Posted August 21, 2006 It looks like you have define('HTTPS_SERVER', ''); set to the appquilts site. I would check that variable in your catalog/includes/configure.php file. Andrew Yuen osCommerce, Community Team Link to comment Share on other sites More sharing options...
captfc Posted August 21, 2006 Author Share Posted August 21, 2006 It looks like you have define('HTTPS_SERVER', ''); set to the appquilts site. I would check that variable in your catalog/includes/configure.php file. Hi Andrew, Thanks for replying. I checked the variable and this is what it says it is: define('HTTPS_SERVER', 'https://www.cutestuffdesigns.com'); From the configuration files I have checked, I haven't been able to find a single reference to the errant redirect. It's really weird. Any addition ideas or comments would be appreciated. Link to comment Share on other sites More sharing options...
captfc Posted August 21, 2006 Author Share Posted August 21, 2006 Hi Andrew,Thanks for replying. I checked the variable and this is what it says it is: define('HTTPS_SERVER', 'https://www.cutestuffdesigns.com'); From the configuration files I have checked, I haven't been able to find a single reference to the errant redirect. It's really weird. Any addition ideas or comments would be appreciated. Ok, I discovered what the the problem was. I had SSL certificates enabled AND I didn't have one on the server for this account so it was immediately just going through the shared server and finding one. This variable in the aforementioned config file needed to be changed to false to get it to work. define('ENABLE_SSL', true); // secure webserver for checkout procedure? Now it's just a matter of getting an SSL cert. Thanks Andrew for pointing me in the right direction. I hope that anyone searching will find this solution. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.