How to set cron job url for codeigniter?

前端 未结 13 1820
一个人的身影
一个人的身影 2020-11-30 23:17

I am using Codeigniter for my website. I have to use cron job to run one of controller function. I am using route in website. And also I am not using index.php in url.

13条回答
  •  [愿得一人]
    2020-11-30 23:43

    I have used below cron

    php /full-path-to-cron-file/cron.php /test/index
    

    source: http://www.asim.pk/2009/05/14/creating-and-installing-crontabs-using-codeigniter/

    This works for me.

    Thanks to all

提交回复
热议问题