accessing "local host" from another pc

cgott42

Member
Jan 6, 2002
156
0
71
I have a stand alone Wikiserver running on my PC (call it "WikiPC")
and I access the wiki via typing in the following into my web browser from the "WikiPC":
http://localhost/wiki

My question is how can other PC's on my network (with access to the WikiPC)
type into their web browsers (in place of localhost)

thx
 

xSauronx

Lifer
Jul 14, 2000
19,582
4
81
they need to type in the address of that machine instead of localhost
for example, if the address of the machine is 192.168.0.107

192.168.0.102/wiki

should be all they need (im assuming this pc running the wiki doesnt have a firewall running that would block requests for port 80)
 

seepy83

Platinum Member
Nov 12, 2003
2,132
3
71
Originally posted by: xSauronx
they need to type in the address of that machine instead of localhost
for example, if the address of the machine is 192.168.0.107

192.168.0.102/wiki

should be all they need (im assuming this pc running the wiki doesnt have a firewall running that would block requests for port 80)

looks like a typo there
 

cgott42

Member
Jan 6, 2002
156
0
71
Originally posted by: xSauronx
they need to type in the address of that machine instead of localhost
for example, if the address of the machine is 192.168.0.107

192.168.0.102/wiki

should be all they need (im assuming this pc running the wiki doesnt have a firewall running that would block requests for port 80)

thanks, how do I find the address of the machine?
 

xSauronx

Lifer
Jul 14, 2000
19,582
4
81
Originally posted by: seepy83
Originally posted by: xSauronx
they need to type in the address of that machine instead of localhost
for example, if the address of the machine is 192.168.0.107

192.168.0.102/wiki

should be all they need (im assuming this pc running the wiki doesnt have a firewall running that would block requests for port 80)

looks like a typo there

doh :eek:
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
In addition to the IP you can use the machine (NETBIOS) name.

That might work with IE on a local subnet but I doubt it would be reliable or work with anything else. If you want to use the hostname you need proper DNS or to maintain hosts files on everyone's machines.
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
You'll also need to install and setup a web server or else you're using microsoft sharing to get to the webpage.
 

cgott42

Member
Jan 6, 2002
156
0
71
Originally posted by: spidey07
You'll also need to install and setup a web server or else you're using microsoft sharing to get to the webpage.

thanks
I need something that won't conflict with the company's intranet firewalls, etc
and not be visible externally
and of course - free
:)thx