1
我目前在parallels cpanel中使用codeigniter。我想設置cronjob。在日程安排任務部分,cron工作for codeigniter在parallels cpanel
command : wget <website domain>/calendar/performance/?id=1
但我的cronjob不起作用。 任何想法?
我目前在parallels cpanel中使用codeigniter。我想設置cronjob。在日程安排任務部分,cron工作for codeigniter在parallels cpanel
command : wget <website domain>/calendar/performance/?id=1
但我的cronjob不起作用。 任何想法?
,如文檔中解釋http://ellislab.com/codeigniter%20/user-guide/general/cli.html
你應該像
path/to/php -f /path/to/project/index.php calendar performance 1
嘗試