iloridesigns Posted December 25, 2008 Share Posted December 25, 2008 I just recently installed osCommerce on http://inkskids.com. Now, i have http://inkdskids.com hosted on one of my other sites http://iloridesigns.com If you go to Inks Kids 'My Account' and 'Checkout' both link to http://iloridesigns.com instead of inkskids.com with a different extention. (a few other links do this too) How can i fix this problem? :S Link to comment Share on other sites More sharing options...
germ Posted December 25, 2008 Share Posted December 25, 2008 Look in your /includes/configure.php (and /includes/local/configure.php if it exists) file(s). One (or both) still point to the other site somewhere. Probably in your define for: define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers If you don't have a SSL certificate installed at the new site yet, these should be set like this: define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
iloridesigns Posted December 25, 2008 Author Share Posted December 25, 2008 I just recently installed osCommerce on http://inkskids.com. Now, i have http://inkdskids.com hosted on one of my other sites http://iloridesigns.com If you go to Inks Kids 'My Account' and 'Checkout' both link to http://iloridesigns.com instead of inkskids.com with a different extention. (a few other links do this too) How can i fix this problem? :S Thank you very much for your help! Link to comment Share on other sites More sharing options...
iloridesigns Posted December 25, 2008 Author Share Posted December 25, 2008 i had to change the permissions on this file in order to edit it .. now i can't reverse the permissions to 444 and i keep getting this error on my main page : Warning: I am able to write to the configuration file: /home/iloride1/public_html/inkskids.com/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. how can i change the permissions? (my ftp program won't allow me. it keeps resetting to 644) Link to comment Share on other sites More sharing options...
germ Posted December 25, 2008 Share Posted December 25, 2008 If FTP doesn't work at this (which is about 99% of the time) login to your cPanel and change permissions there. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
iloridesigns Posted December 25, 2008 Author Share Posted December 25, 2008 If FTP doesn't work at this (which is about 99% of the time) login to your cPanel and change permissions there. perfect! thanks again Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.