cron job set up

Re: cron job set up

by Sean S -
Number of replies: 0
You may not be able to use the wget command - my host also restricts that. The cron job I am using which works for me is:

*/5 * * * * /usr/local/bin/php /www/path/to/admin/cron.php >>/www/path/to/logs/cron.log 2>>/www/path/to/logs/cron.err
I hope this helps.