I need to run this cron job
***** wget --spider -O - http://dominio.com/cron >/dev/null 2>&1
But the hosting does not allow me to use " , would you have any alternatives for this task?
Look what appears. link
Thank you in advance.
I need to run this cron job
***** wget --spider -O - http://dominio.com/cron >/dev/null 2>&1
But the hosting does not allow me to use " , would you have any alternatives for this task?
Look what appears. link
Thank you in advance.
Simply remove the redirection, thus:
wget --spider -O - http://dominio.com/cron