Hello,
I have set up both option as for the cronjobs, with-/usr/local/bin/php -q OR php -q
i have set in the Minutes- 5, and left all the other fields with *,
is that mean that my cronjob will run Every 5 minutes ?
how do i set it to run Every 5 minutes?
why it is not working?
Minute Hour Day of Month Month Day of Week
5 * * * *
php -q usr/home/name/domains/domain.com/public_html/directory/cron/cronjob.php
/usr/local/bin/php -q /usr/home/name/domains/domain.com/public_html/directory/cron/cronjob.php
Thank you,
Joseph
I have set up both option as for the cronjobs, with-/usr/local/bin/php -q OR php -q
i have set in the Minutes- 5, and left all the other fields with *,
is that mean that my cronjob will run Every 5 minutes ?
how do i set it to run Every 5 minutes?
why it is not working?
Minute Hour Day of Month Month Day of Week
5 * * * *
php -q usr/home/name/domains/domain.com/public_html/directory/cron/cronjob.php
/usr/local/bin/php -q /usr/home/name/domains/domain.com/public_html/directory/cron/cronjob.php
Thank you,
Joseph