Hello All,
I have been trying for many days now and seem to be failing.
I am trying to setup a drupal cronjob with Wget, but somehow I cannot get Wget to find the file.
From external browser I can locate the cronjob which is like;
http://mydomain.com/cron.php?cron_key=xxxxxxxxxxx
When I log in to SSH and type in the following command;
wget "http://mydomain.com/cron.php?cron_key=xxxxxxxxxxx"
It comes back with ERROR 404: Not Found
However wget "google.com" comes back with results. Is seems that wget cannot find a file on its own server. What can this be?
I have been trying for many days now and seem to be failing.
I am trying to setup a drupal cronjob with Wget, but somehow I cannot get Wget to find the file.
From external browser I can locate the cronjob which is like;
http://mydomain.com/cron.php?cron_key=xxxxxxxxxxx
When I log in to SSH and type in the following command;
wget "http://mydomain.com/cron.php?cron_key=xxxxxxxxxxx"
It comes back with ERROR 404: Not Found
However wget "google.com" comes back with results. Is seems that wget cannot find a file on its own server. What can this be?