Godaddy cron job setup for running php script

后端 未结 10 2204
生来不讨喜
生来不讨喜 2021-02-03 13:30

can you help me setup cron job on godaddy webhosting? I have php file that i need to run, it is located in cron subdirectory (so address is http://test.com/cron/file.php). What

10条回答
  •  北荒
    北荒 (楼主)
    2021-02-03 13:34

    Cron Setup for GoDaddy Shared Hosting Accounts using Cpanel.

    *-->>Cron jobs run on GoDaddy's time zone in Arizona. Go Daddy doesn't publish this anywhere.

    Example: Run cron everyday at 1305 (1:05pm) pacific standard time.

    5 14 * * * /usr/local/bin/php -q /home/username/public_html/scriptname.php

提交回复
热议问题