Zen Cart Logo
Forums / Installing on a Windows Server / Problem to access zen store from a LAN

Problem to access zen store from a LAN

Locked

Views: 2,044

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
2 Jul 2006, 2:40 PM
#1
joelcap avatar

joelcap

New Zenner

Join Date:
May 2005
Posts:
4
Plugin Contributions:
0

Problem to access zen store from a LAN

Hi,

I'm trying to access my zec cart store from a remote pc in my LAN but I'm finding some problems with it.

My zen store is ok, and worksa just fine, in the server pc, but I cannot access it from another pc. I tried changing the IP adress but it was no good.

Can you give some help/tips to solve this problem?

Many thanks,

jc

3 Jul 2006, 6:59 PM
#3
joelcap avatar

joelcap

New Zenner

Join Date:
May 2005
Posts:
4
Plugin Contributions:
0

Re: Problem to access zen store from a LAN

I've made the IP changes on the configure.php (on the 4 times localhost is shown) but I cannot access it yet from a remote machine?

Is there any other thing I must do, or it was just changing the IP address?

thks

4 Jul 2006, 5:57 PM
#4
joelcap avatar

joelcap

New Zenner

Join Date:
May 2005
Posts:
4
Plugin Contributions:
0

Re: Problem to access zen store from a LAN

seethrou:

May be the following topic related to your problems.

Works On The Server, No Where Else! (using small internal network LAN)

I've made the IP changes on the configure.php (on the 4 times localhost is shown) but I cannot access it yet from a remote machine?

Is there any other thing I must do, or it was just changing the IP address?

thks

6 Jul 2006, 11:08 AM
#5
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: Problem to access zen store from a LAN

Before doing anything else, do this thing
Make a folder test where you have zencart installed and place a test html file there
Try to see if you can access it from the other machines and let us know

7 Jul 2006, 6:08 PM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Problem to access zen store from a LAN

EXAMPLE LAN configuration:

A. Server, with IP address of: 192.168.0.33
B. PC's, with IP addresses of: 192.168.0.51, 192.168.0.52, 192.168.0.53, 192.168.0.54, 192.168.0.55, etc

NEED:

  • To access server content from PC's
  • To access server content from server

HOW:

  • includes/configure.php define('HTTP_SERVER', '192.168.0.33');

  • includes/configure.php define('ENABLE_SSL', 'false');

  • includes/configure.php define('DATABASE_SERVER', 'localhost');

  • admin/includes/configure.php define('HTTP_SERVER', '192.168.0.33');

  • admin/includes/configure.php define('HTTP_CATALOG_SERVER', '192.168.0.33');

  • admin/includes/configure.php define('ENABLE_SSL_CATALOG', 'false');

  • admin/includes/configure.php define('ENABLE_SSL_ADMIN', 'false');

  • admin/includes/configure.php define('DATABASE_SERVER', 'localhost');

ACCESSING: