Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can't access OScommerce! from PC on the same LAN?


veni

Recommended Posts

Posted

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?

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...