2
我在CI中使用cron作業,而不是重定向到cron控制器(schedular)cron作業重定向到默認控制器(內容)。以下是代碼:codeigniter cron作業沒有路由到指定的控制器
routes.php
$route['schedular'] = "schedular/index/$1";
$route['(:any)'] = "content/index/$1";
cpanel cron code
/opt/php54/bin/php /home/server_name/public_html/demo/cron.php schedular index
我在做什麼錯?歡迎任何幫助/建議。提前致謝。
嘗試從cron命令中刪除'index' – Viral