如何设置cron路径? 任何简单的方法

I set use /usr/local/bin/php /home2/bollyzz1/public_html/Bollyzz/latest_auditions_by_email.php

Error: /usr/local/cpanel/bin/jailshell: use: command not found

Login to your cPanel and click Cronjobs under the Advanced section

Enter the following command in the Command to run field.

lynx -source "http://www.yourdomain.com/Bollyzz/latest_auditions_by_email.php" > /dev/null

Make your crone file path like this.

/usr/bin/php -q /home2/bollyzz1/public_html/Bollyzz/latest_auditions_by_email.php

Use wget command

wget http://domain.com/latest_auditions_by_email.php

set your time ( * * * * *) and check