veni Posted March 25, 2008 Posted March 25, 2008 I have Oscommerce running on my WAMP server and I can't access my OScommerce site from PC on the same LAN. I have tried everything but all have failed. To test the problem, I installed Joomla and I got the same problem where I'm not getting the complete index page, and its broken up in parts with messed alignment of text and all the other sruff that is on the default website. I was able to resolved that problem in Joomla by setting the $mosConfig_live_site variable to $mosConfig_live_site = 'http://192.168.1.2/joomla'; What is the equivalent method for OScommerce?
veni Posted March 25, 2008 Author Posted March 25, 2008 I have Oscommerce running on my WAMP server and I can't access my OScommerce site from PC on the same LAN. I have tried everything but all have failed. To test the problem, I installed Joomla and I got the same problem where I'm not getting the complete index page, and its broken up in parts with messed alignment of text and all the other sruff that is on the default website. I was able to resolved that problem in Joomla by setting the $mosConfig_live_site variable to $mosConfig_live_site = 'http://192.168.1.2/joomla'; What is the equivalent method for OScommerce? YESSSSSSSSSSSSSSSSSSSSSSS, I FIXED IT. I edited the config.php and set define('HTTP_SERVER', 'localhost'); to define('HTTP_SERVER', 'http://192.168.1.2'); no one was able to help me I hope this helps others
Recommended Posts
Archived
This topic is now archived and is closed to further replies.