Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Web Server Problem

I have a web page that works on whatever computer is connected to my network. But if another computer tries to go to the site it doesn't work. I have enables all the sharing that there needs to be. I enabled file, windows, and site sharing, all without a firewall and it still doesn't work. Do I have to re-install whatever server came installed on my computer?

Tiger, Mac OS X (10.4.11)

Posted on Nov 11, 2008 3:05 PM

Reply
81 replies

Nov 11, 2008 6:33 PM in response to kmccmk9

You have to configure a port forwarding on your router from port 80, tcp, to your local LAN address at whatever machine is hosting the website.

Example: If the webhost machine is 192.168.1.10, you'll set your router to forward port 80 tcp (service http) to 192.168.1.10.

Also, you might consider to go into system pref., network, select the interface you are connected to your router, and set "manually". Then specify that machines local IP Address (the same it already acquired from the DHCP server).

This will prevent that your machine acquire another network address from the router's DHCP server, by "forcing" the same.

Also, your friend must type your public IP Address (given by your ISP) in his browser in order to reach your website.

-rs

Nov 11, 2008 7:05 PM in response to kmccmk9

kmccmk9 wrote:
ok so for the
"manually enter a LAN IP:" I would put the ip from that site?

No, forget that. There's no problem with the http access to your machine.

Here's the problem:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="1;url=http://192.168.1.46/~kyle/kylesflashgames/index.htm">
</head>

<body>
</body>
</html>

whatever's the page you got there, replace the 192.168.1.46 to http://kylesflashgames.tk/

Nov 11, 2008 7:10 PM in response to maverickws

I can't. I'm using kylesflashgames.tk as a link shortener, thats all it is. I actually can't even host with that. But we tried putting the whole address to go directly to the site no refreshing or anything

...actually that whole refresh code, is in the code for the page that the url points to. Let me map it

kylesflashgames.tk-------some url on some server that has that refresh code on it------which brings you to actual site

I can't use the direct link with the dot.tk service because it doesn't recognize it as a valid url so I had to create the page to auto refresh. Hopefully that makes sense

Web Server Problem

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.