Pages

Tuesday, May 22, 2012

Set Cron for a url without using CakePHP cron_dispatcher.php

If you have a url which you want to schedule to run daily, weekly we can use the below command in the control panel cron job settings:

  1. Login to your control panel
  2. Click on Cron Jobs
  3. Add a new cron job
  4. Schedule it for the time you want to run it
  5. In the command tab,  put wget http://cron_url_to_run

No comments:

Post a Comment