Quick help with cron in cpanel
jasonwhat - September 4, 2004 - 02:33
Okay, so I go to cpanel and the cronjobs function, what script should I enter to point to cron.php. As you can tell I'm not a developer, just a newbie user. thanks.
Okay, so I go to cpanel and the cronjobs function, what script should I enter to point to cron.php. As you can tell I'm not a developer, just a newbie user. thanks.
Cron Settings
I use this:
/usr/bin/wget -O /dev/null http://www.yourdomain.com/cron.php
For hourly cron set like this:
30 * * * *
It runs the cron at half past of every hour.
Hope this helps.