By jasonwhat on
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.
Comments
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.
------------------------------------------
Drupal Specialists: Consulting, Development & Training
Robert Castelo, CTO
Code Positive
London, United Kingdom
----