I have a shell access on a Linux box where my Website resides.
I want to call a URL each hour on that Website (it’s not a specific PHP file, I have codeigniter has a framework and some Apache redirects, so I really need to call a URL).
I guess I can use wget and crontab? How?
Add this to /etc/crontab
Alternatively, create a shell script in the /etc/cron.hourly
File: wget
make sure you chmod +x wget (or whatever filename you picked)