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:
I get the default page:
From any other machine it works fine. I would appreciate if anyone could point me in the right direction.
Regards
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:
Code:
wget -qO- <myURL>
Code:
<html>
<head>
</head>
<title></title>
<body bgcolor=#FFFFFF text=#001C66>
<table width="100%" border="0">
<tr>
<td><img src="img/construction.gif" alt="under construction"></td>
<td valign="bottom"><font size="+2" face="verdana,arial,helvetica,sans-serif">
This domain has just been registered for one of our customers!</font><br>
<font face="verdana,arial,helvetica,sans-serif">
Domain registration and webhosting at best prices.</font><br>
</tr>
<tr>
<td> </td>
<td align="center">
</td>
</td>
</tr>
</table>
</body>
</html>
Regards