I have cpanel access, so I can set up a cron job. I verified that wget & curl are both available.
I want to load this page once a day: domain.com/daily-deals/
I've tried using this to make it load: wget -O http://www.domain.com/daily-deals/ > /dev/null
However, it does not appear to be working.
I do not have the simple php script option; I specifically need to load that URL to force the content to refresh/generate once per day.
What do I need to change to make it load that page automatically?
Thanks,
Jenn
I want to load this page once a day: domain.com/daily-deals/
I've tried using this to make it load: wget -O http://www.domain.com/daily-deals/ > /dev/null
However, it does not appear to be working.
I do not have the simple php script option; I specifically need to load that URL to force the content to refresh/generate once per day.
What do I need to change to make it load that page automatically?
Thanks,
Jenn
Last edited by a moderator: