标签: web cron webserver
我按如下方式设置了cron命令:
php /home/mydomain.com/cron-test.php
但是我通过电子邮件收到了错误消息:
status: 404 not found Content-type: text/html No input file specified
我尝试了各种命令并查看了我的论坛,但仍无法弄清楚。 请告诉我问题是什么。 感谢
答案 0 :(得分:0)
我将cron文件夹移到了public_html外面并且它有效。谢谢!