How to set cron job url for codeigniter?

前端 未结 13 1710
一个人的身影
一个人的身影 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:46

    If you are using cPanel then Use the following command:

    /usr/bin/curl -k http://my-domain.com/welcome/show
    

    This works perfectly for me.

    0 讨论(0)
提交回复
热议问题