Stuart McLachlan
stuart at lexacorp.com.pg
Tue Dec 3 15:50:24 CST 2013
The simplest way is just point their browser at the server using its IP address i.e. http://192.168.0.1 or whatever That is assuming that it is using the default Port 80, if you are using a different Port such as 8080, they you would point the browser at http://192.168.0.1:8080 -- Stuart On 3 Dec 2013 at 15:05, Brad Marks wrote: > Stuart, > > I followed your advice (11/13/2013) and established up a proper web > server. > > I downloaded and installed WAMP (Windows - Apache - Microsoft SQL > Server - PHP) on both a stand-alone PC (XP) and on a server (Windows > Server 2003). > > With a small amount of work, I was able to put together a little PHP > program that can read data from an Access Database. This program > works nicely on both the stand-alone PC and on the Server. > > My next step is to make this PHP application available to about 10 > people on our little Intranet. I have not been able to figure out how > to make things on the Apache web server available to people on our > internal network. > > I don't understand how to build the connection between the PCs on the > network and the Apache web server which is running on one of our > servers. >