I'm trying to set up a Cron Job for the first time ever, I think I must have done something wrong because it is not working. I've set it like this:
1 * * * * /usr/local/lib/php/home/USERNAME/domains/DOMAIN/public_html/test/cron.php
I have verified the script works by running it in the browser, but when set with this cron it does not run every "1" minute.
Any help appreciated. Thanks.
1 * * * * /usr/local/lib/php/home/USERNAME/domains/DOMAIN/public_html/test/cron.php
I have verified the script works by running it in the browser, but when set with this cron it does not run every "1" minute.
Any help appreciated. Thanks.