Bryan wrote:
> Hi,
>
> Win2k, IIS, 4.05
>
> I have a problem where I can only view the output in my browser from the php
> files when I am connected to the Internet.
> When I am not connected, I get the standard error page in the broswer.
>
> Hope someone can help??
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
I think it has something to do with DNS.
If you put in the name of the server in the address of your browser it need to
connect to the internet to resolve your server name into an IP address.
Don't flame me if this isn't the correct answer - I am a newbie ;-)
Try accessing your php pages by using the IP number of the server:
i.e. HTTP//:192.168.xxx.xxx
or use "local host" if you have the server on the same 'puter (hope this is
right):
HTTP//:127.0.0.1
--
Michel Laine
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]