Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Requires: phpFox 4.4.0+

There are several ways to configure cron job, depend on web server environment.

  1. Setup from CPanel (Mostly use for share hosting)
    https://documentation.cpanel.net/display/ALD/Cron+Jobs

  2. Setup from command line on web server

    $ > crontab -e
    $ > */5 * * * * php <path_to_phpfox_dir>/cron.php
  3. On Window
    Create a schedule task to execute "cron.php"


  • No labels