1
A member of my website reports the following error:
I have just run the command...
date ; wget [url=http://www.ninan.org/modules/newbb/viewforum.php]http://www.ninan.org/modules/newbb/viewforum.php[/url]
and the results are
Sat Jul 29 13:16:25 BST 2006
--13:16:25-- [url=http://www.ninan.org/modules/newbb/viewforum.php]http://www.ninan.org/modules/newbb/viewforum.php[/url]
=> `viewforum.php'
Resolving [url=http://www.ninan.org...]www.ninan.org...[/url] 82.168.251.8
Connecting to [url=http://www.ninan.org]www.ninan.org[/url][82.168.251.8]:80... connected.
HTTP request sent, awaiting response...
13:18:25 ERROR -1: No data received.
When I run the same command:
date ; wget [url=http://www.ninan.org/modules/newbb/viewforum.php]http://www.ninan.org/modules/newbb/viewforum.php[/url]
Sat Jul 29 14:34:38 CEST 2006
--14:34:38-- [url=http://www.ninan.org/modules/newbb/viewforum.php]http://www.ninan.org/modules/newbb/viewforum.php[/url]
=> `viewforum.php'
Resolving [url=http://www.ninan.org...]www.ninan.org...[/url] 82.168.251.8
Connecting to [url=http://www.ninan.org]www.ninan.org[/url]|82.168.251.8|:80... connected.
HTTP request sent, awaiting response... 200 OK
Lengte: 1,584 (1.5K) [text/html]
100%[====================================>] 1,584 --.--K/s
14:34:38 (36.84 MB/s) - 'viewforum.php' saved [1584/1584]
What could be the reason for this error? I connect from home to a self hosted server so even using the ip would probably result in a local connection. Can this be fixed?
Regards