|
-
Sep 16th, 2005, 09:30 AM
#1
Thread Starter
Frenzied Member
question about viewing pages
when i do:
http://<my-ip>/Pyscho.txt
i can see the text file on the web myself, but when i give the link to other people, they get:
'The page cannot be displayed '
any ideas why they cant see it?
-
Sep 16th, 2005, 06:36 PM
#2
Hyperactive Member
Re: question about viewing pages
-
Sep 17th, 2005, 02:11 AM
#3
Hyperactive Member
Re: question about viewing pages
!)do you have a server running?.
2)is the ip correct?
[REMVOED BY MOD]
4)are the ports open?
5)is a firewall running?
6)is the firewall blocking any incoming/outgoing traffic?
Last edited by visualAd; Sep 17th, 2005 at 03:12 AM.
Reason: naughty stuff ;)
Without balance, there could only be chaos.
Without chaos, there could be no balance.
I live with karma. Eat with destiny. Dream of life without shackles....
Yet. If life had no consequences, life could not exist, nor could it flourish.
If at first you dont succeed.You're screwed.
C++/Java NOOB.
I aint a professional at PHP, but if i can help i will.
-
Sep 17th, 2005, 03:11 AM
#4
Re: question about viewing pages
 Originally Posted by Pouncer
when i do:
http://<my-ip>/Pyscho.txt
i can see the text file on the web myself, but when i give the link to other people, they get:
'The page cannot be displayed '
any ideas why they cant see it?
Your IP?
It depends what it is. If your IP address looks anything like this then its a local IP address and it is not accessable from the internet:
Code:
127.0.0.1
172.16.x.x - 172.31.x.x
192.168.0.x - 192.168.255.x
10.x.x.x
If your address does fall into one of these ranges then you need to find your external IP address, ie: the one assigned to your modem. As mentioned above by plague, you should also check that your firewall is not blocking incoming requests on TCP port 80 - if it is then anyone who trys to connect will either get a timeout or a connection refused error.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|