Thank you for the reply. I managed to solve the problem by editing hosts file. It seems that 1and1 adds default-domain.com into the hosts file during OS installation.
Regards
Hi,
I am trying to configure cron job that will call a web page (PHP service) that belongs to locally hosted site.
When I try to use: wget -qO- <myURL>I get the default page:<html>
<head>
</head>
<title></title>
<body bgcolor=#FFFFFF text=#001C66>
<table width="100%" border="0">...