How to set cron job url for codeigniter?

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

    Set up cron jobs through cPanel using this procedure:

    1. Log on to your cPanel Interface.
    2. Go to ''Advanced' section.
    3. Click on "Cron Jobs".
    4. Select the specific time from the lists provided.
    5. You should enter the command to run in the "Command" field.

提交回复
热议问题