wlan0 Posted November 22, 2006 Posted November 22, 2006 Hi Community, I have a made an appliance. The Oscommerce appliance, here = http://www.vmware.com/vmtn/appliances/directory/570 And some people who download it have problems with their ip address settings. The problem being of course that i don't know what network settings they are using. I have networking set to NAT. I don't know if anyone knows the Oscommerce Shopping Cart but there are two file which configure the ip adress settings of the server. They are /includes/configure.php and /admin/includes/configure.php And the only way i was able to get Oscommerce to work in vmware was to set the server ip address to blank. When i tried localhost or 127.0.0.1 it did not work for some reason...... The method i used for the mambo virtual appliance was to change the server ip to the below code so that it picked up the servers current ip: $mosConfig_live_site = $_SERVER['HTTP_HOST']; But alas in Oscommerce this is not working. Is there a similar method anyone knows? Cheers, Keith
Recommended Posts
Archived
This topic is now archived and is closed to further replies.