trissy Posted June 27, 2010 Share Posted June 27, 2010 This question has probably been asked before so if so please accept my apologies for asking it again. I have installed & setup osCommerce on our testing server & all is working AOK. Now we have moved it to our domain but when you click on any link within the site it goes to the testing server's pages rather than staying on the domain's pages. All links work & the database is obviously the same but it is not right & it just bugs me to have it this way. I believe this happened because when I installed osCommerce I put in for the web server address the testing server's address not the domain's. Is there any way of changing it or should I just run the install all over again & reconfigure it to suit? The site is www.typeaboutwestside.com.au I appreciate any assistance. Justin. Link to comment Share on other sites More sharing options...
Guest Posted June 27, 2010 Share Posted June 27, 2010 Justin, Change the TWO configure.php files to reflect the new server information. It should no longer say 127.0.0.0 as your server, it should point to the hosting provider. Chris Link to comment Share on other sites More sharing options...
Jan Zonjee Posted June 27, 2010 Share Posted June 27, 2010 I believe this happened because when I installed osCommerce I put in for the web server address the testing server's address not the domain's. Is there any way of changing it or should I just run the install all over again & reconfigure it to suit? And did you change both includes/configure.php files (one for the catalog side, one for the admin side) for the new site? These values (taken from the catalog side) in particular: define('HTTP_SERVER', 'http://127.0.0.1'); // normally something like http://www.typeaboutwestside.com.au define('HTTPS_SERVER', 'http://127.0.0.1'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', '127.0.0.1'); define('HTTPS_COOKIE_DOMAIN', '127.0.0.1'); define('DIR_FS_CATALOG', '/Library/WebServer/Documents/'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.